Dark mode
This commit is contained in:
parent
239b92aa97
commit
88b4e2deee
|
@ -1,5 +1,6 @@
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap');
|
||||||
body {font-family: 'Gentium Plus', serif; margin: 1em 2em 1em 2em; font-size: 100%; line-height: 130%;}
|
body {font-family: 'Gentium Plus', serif; margin: 1em 2em 1em 2em; font-size: 100%; line-height: 130%;}
|
||||||
h1, h2, h3, h4, h5, h6 {font-family: 'Gentium Plus', serif; font-weight: bold; line-height:100%; margin-top: 1.5em; margin-bottom: 0.5em;}
|
h1, h2, h3, h4, h5, h6 {font-family: 'Lato', serif; font-weight: bold; line-height:100%; margin-top: 1.5em; margin-bottom: 0.5em;}
|
||||||
h1 {font-size: 2.6em; color: #eeeeee;}
|
h1 {font-size: 2.6em; color: #eeeeee;}
|
||||||
h2 {font-size: 2.2em; color: #d0d0d0;}
|
h2 {font-size: 2.2em; color: #d0d0d0;}
|
||||||
h3 {font-size: 1.8em; color: #b0b0b0;}
|
h3 {font-size: 1.8em; color: #b0b0b0;}
|
||||||
|
@ -145,7 +146,6 @@ code {
|
||||||
|
|
||||||
|
|
||||||
/* Maddy Extensions */
|
/* Maddy Extensions */
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Lato&family=Ubuntu+Monodisplay=swap');
|
|
||||||
body {
|
body {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
Loading…
Reference in New Issue