Interfug-web/static/style/style.css
2025-04-08 16:33:30 +02:00

32 lines
No EOL
709 B
CSS

/* override global font */
.avenir {
font-family: "IBM Plex Sans", sans-serif;
}
/* style headings */
h1, h2 {
font-family: "JetBrains Mono", monospace;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
}
h1 a {
font-family: "IBM Plex Sans", sans-serif;
font-weight: 800;
font-style: italic;
}
/* menu styles */
div.flex-l.items-center {
text-shadow: 1px 1px 30px #000000;
}
a.hover-white.no-underline.white-90 {
font-weight: bold;
}
@media all and (min-width:1020px) {
.bg-transparent {
background: rgb(19,39,91);
background: linear-gradient(180deg, rgba(19,39,91,0.8) 0%, rgba(19,39,91,0.5) 15%, rgba(255,255,255,0) 30%);
}
}