improve styling a little
This commit is contained in:
parent
a97f258348
commit
045de1df0b
12 changed files with 418 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue