mirror of https://gitlab.com/bashrc2/epicyon
More variables
parent
a0ec9d1e69
commit
2a734ba89f
|
@ -7,6 +7,8 @@
|
||||||
--today-foreground: white;
|
--today-foreground: white;
|
||||||
--today-circle: yellow;
|
--today-circle: yellow;
|
||||||
--event-foreground: #111;
|
--event-foreground: #111;
|
||||||
|
--title-text: #F6E9DC:
|
||||||
|
--title-background: #4E4F4A:
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -63,8 +65,8 @@ main {
|
||||||
padding: .75rem;
|
padding: .75rem;
|
||||||
}
|
}
|
||||||
.calendar__banner--month h1 {
|
.calendar__banner--month h1 {
|
||||||
background-color: #4E4F4A;
|
background-color: var(--title-background);
|
||||||
color: #F6E9DC;
|
color: var(--title-text);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Reference in New Issue