redesign countdown again

This commit is contained in:
2025-04-15 20:57:23 +02:00
parent 5eb871e7bf
commit b2b11eb2d2
4 changed files with 4 additions and 7 deletions

View File

@@ -111,8 +111,8 @@
}
@font-face {
font-family: doto;
src: url("doto.ttf");
font-family: jetbrains_mono;
src: url("jetbrains_mono.ttf");
}
html {
@@ -218,10 +218,7 @@ header * {
text-align: center;
margin: 1.5em auto;
padding: 0 .5em;
outline: 1px dotted black;
font-family: doto, monospace;
background-color: var(--fg-color);
color: var(--bg-color);
font-family: jetbrains_mono, monospace;
width: fit-content;
font-weight: bold;
}