2025 #7

Merged
Florz merged 19 commits from livia/Interfug-web:2025 into 2025 2025-04-08 20:04:49 +02:00
Showing only changes of commit 2cc0f452ee - Show all commits

View file

@ -1,14 +1,10 @@
/* override global font */
.avenir {
font-family: "IBM Plex Sans", sans-serif;
}
/* style headings */
h1, h2 {
font-family: "JetBrains Mono", monospace;
font-family: "JetBrains Mono", monospace!important;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
color: #001b44;
}
h1 a {
@ -17,6 +13,16 @@ h1 a {
font-style: italic;
}
/* override global font */
.avenir, body, p, td, th, li {
font-family: "IBM Plex Sans", sans-serif!important;
}
/* tables */
th {
color: #001b44;
}
/* menu styles */
div.flex-l.items-center {
text-shadow: 1px 1px 30px #000000;