mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-25 18:23:13 +00:00
Edits the CSS syntax
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
:root {
|
||||
--blue: #2170b9;
|
||||
--black: #1a1c21;
|
||||
}
|
||||
|
||||
.bg-blue-custom {
|
||||
@@ -18,7 +19,7 @@ p,
|
||||
}
|
||||
|
||||
.text-black-custom {
|
||||
color: #1a1c21;
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
p,
|
||||
|
||||
Reference in New Issue
Block a user