Update 'main.css'

This commit is contained in:
Sophia Atkinson 2022-11-18 17:02:15 -08:00
parent 36cf1ced5a
commit be89099a4a
1 changed files with 127 additions and 161 deletions

View File

@ -1,7 +1,7 @@
/*
Sophia Darkmode, (Basic As Shit)
https://sophia.wtf
MIT License
CC BY-NC 4.0
*/
body {
@ -18,48 +18,13 @@ h6 a {
text-decoration: none;
}
h1 {
h1,h2,h3,h4,h5,h6 {
color: #fff;
font-family: monospace, monospace;
font-size: 2em;
line-height: 1.5em;
}
h2 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.5em;
line-height: 1.5em;
}
h3 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.25em;
line-height: 1.5em;
}
h4 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.1em;
line-height: 1.5em;
}
h5 {
color: #fff;
font-family: monospace, monospace;
font-size: 0.9em;
line-height: 1.5em;
}
h6 {
color: #fff;
font-family: monospace, monospace;
font-size: 0.7em;
line-height: 1.5em;
}
sub {
color: #fff;
font-family: monospace, monospace;
@ -136,7 +101,7 @@ a {
a:hover {
border-bottom-color: transparent;
color: #fff !important;
color: #7289DA !important;
text-decoration: none;
}
strong, b {
@ -159,3 +124,4 @@ a {
.align-right {
text-align: right;
}