update from sparkleup

This commit is contained in:
Madison Scott-Clary 2024-05-04 20:20:07 -07:00
parent 950a668653
commit 239b92aa97
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
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: #ffffff;}
h1 {font-size: 2.6em; color: #eeeeee;}
h2 {font-size: 2.2em; color: #d0d0d0;}
h3 {font-size: 1.8em; color: #b0b0b0;}
h4 {font-size: 1.4em; color: #9c9c9c;}
@ -24,7 +24,7 @@ del {text-decoration: line-through; color: #777777;}
.justright {text-align: right;}
.justcenter {text-align: center;}
.center {margin-left: auto; margin-right: auto;}
.tag {background-color: #eeeeee; font-family: monospace; padding: 2px;}
.tag {background-color: #333333; font-family: monospace; padding: 2px;}
.header a {text-decoration: none; color: inherit;}
/* classes for items of todo lists */
@ -151,6 +151,14 @@ body {
color: #eee;
}
a {
color: #88afff;
}
a:visited, a:active, a:hover {
color: #ff88af;
}
main {
max-width: 960px;
margin: 0 auto;