48 lines
No EOL
1 KiB
CSS
48 lines
No EOL
1 KiB
CSS
/* style headings */
|
|
h1, h2 {
|
|
font-family: "JetBrains Mono", monospace!important;
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
text-transform: uppercase;
|
|
color: #001b44;
|
|
}
|
|
|
|
h1 a {
|
|
font-family: "IBM Plex Sans", sans-serif;
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* override global font */
|
|
.avenir, body, p, td, th, li {
|
|
font-family: "IBM Plex Sans", sans-serif!important;
|
|
}
|
|
|
|
/* tables */
|
|
th {
|
|
color: #001b44;
|
|
}
|
|
|
|
/* arcticle cards */
|
|
/* read more button */
|
|
a.ba.b--none.bg-blue.br2.color-inherit.dib.f7.hover-bg-navy.link.mt2.ph2.pv1 {
|
|
color: white;
|
|
}
|
|
/* headlines */
|
|
a.color-inherit.dim.link:hover, .nested-links a:focus, .nested-links a:hover {
|
|
color: #001b44;
|
|
}
|
|
|
|
/* 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%);
|
|
}
|
|
} |