redesign countdown again
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
|
|||||||
moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \
|
moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \
|
||||||
styles.css icons.css \
|
styles.css icons.css \
|
||||||
countdown.js theme.js lang.js \
|
countdown.js theme.js lang.js \
|
||||||
doto.ttf
|
jetbrains_mono.ttf
|
||||||
SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace
|
SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace
|
||||||
COMPONENTS := head.html header.html nav.html footer.html
|
COMPONENTS := head.html header.html nav.html footer.html
|
||||||
|
|
||||||
|
BIN
fonts/doto.ttf
BIN
fonts/doto.ttf
Binary file not shown.
BIN
fonts/jetbrains_mono.ttf
Normal file
BIN
fonts/jetbrains_mono.ttf
Normal file
Binary file not shown.
@@ -111,8 +111,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: doto;
|
font-family: jetbrains_mono;
|
||||||
src: url("doto.ttf");
|
src: url("jetbrains_mono.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@@ -218,10 +218,7 @@ header * {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1.5em auto;
|
margin: 1.5em auto;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
outline: 1px dotted black;
|
font-family: jetbrains_mono, monospace;
|
||||||
font-family: doto, monospace;
|
|
||||||
background-color: var(--fg-color);
|
|
||||||
color: var(--bg-color);
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user