mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 02:37:00 +00:00
Edits the CSS syntax
This commit is contained in:
parent
64818b5095
commit
166e024bb3
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user