update from sparkleup

This commit is contained in:
Madison Scott-Clary 2024-05-04 20:15:06 -07:00
parent f3eebebaa7
commit 950a668653
1 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,11 @@
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 {font-size: 2.6em; color: #000000;}
h2 {font-size: 2.2em; color: #404040;}
h3 {font-size: 1.8em; color: #707070;}
h4 {font-size: 1.4em; color: #909090;}
h1 {font-size: 2.6em; color: #ffffff;}
h2 {font-size: 2.2em; color: #d0d0d0;}
h3 {font-size: 1.8em; color: #b0b0b0;}
h4 {font-size: 1.4em; color: #9c9c9c;}
h5 {font-size: 1.3em; color: #989898;}
h6 {font-size: 1.2em; color: #9c9c9c;}
h6 {font-size: 1.2em; color: #909090;}
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}
li {margin: 0.3em auto;}
@ -146,10 +146,14 @@ code {
/* 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 {
background-color: #222;
color: #eee;
}
main {
max-width: 960px;
margin: 0 auto;
color: #222222;
font-family: 'Gentium Plus', serif;
font-size: 15pt;
line-height: 1.2;