More variables

main2
Bob Mottram 2019-10-11 11:54:06 +01:00
parent a0ec9d1e69
commit 2a734ba89f
1 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@
--today-foreground: white;
--today-circle: yellow;
--event-foreground: #111;
--title-text: #F6E9DC:
--title-background: #4E4F4A:
}
body {
@ -63,8 +65,8 @@ main {
padding: .75rem;
}
.calendar__banner--month h1 {
background-color: #4E4F4A;
color: #F6E9DC;
background-color: var(--title-background);
color: var(--title-text);
display: inline-block;
font-size: 3rem;
font-weight: 400;