improve style
This commit is contained in:
parent
f0c4af8b4b
commit
f1b92d17dd
1 changed files with 12 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue