improve styling a little

This commit is contained in:
ducklet 2021-02-26 18:56:35 +01:00
parent a97f258348
commit 045de1df0b
12 changed files with 418 additions and 8 deletions

View file

@ -18,6 +18,7 @@ body {
transition-duration: 1s;
}
.card {
font-family: "Days One Regular";
background-color: var(--main-fg-color);
width: 100%;
height: 5em;
@ -28,11 +29,13 @@ body {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.highlight {
background-color: var(--main-hl-color);
}
.cat {
font-family: "Sniglet Regular";
font-weight: bold;
}
.card.hidden {