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