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 */
|
/* style headings */
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-family: "JetBrains Mono", monospace;
|
font-family: "JetBrains Mono", monospace!important;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
color: #001b44;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
|
@ -17,6 +13,16 @@ h1 a {
|
||||||
font-style: italic;
|
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 */
|
/* menu styles */
|
||||||
div.flex-l.items-center {
|
div.flex-l.items-center {
|
||||||
text-shadow: 1px 1px 30px #000000;
|
text-shadow: 1px 1px 30px #000000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue