make the colors more vulpiney

This commit is contained in:
owen 2021-04-28 15:44:17 -04:00 committed by GitHub
parent 1cd384f80e
commit 28c9581d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
right: 0px; right: 0px;
text-align:center; text-align:center;
margin:auto; margin:auto;
color:#aea; color:#f71;
font-size:80px; font-size:80px;
font-weight:100; font-weight:100;
padding-top:120px; padding-top:120px;
@ -19,7 +19,7 @@
body { body {
background: #111115 url(va_transparent.png); background: #111115 url(va_transparent.png);
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
color: white; color: #eee;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 5px top; background-position: 5px top;
background-attachment: absolute; background-attachment: absolute;
@ -28,7 +28,7 @@ body {
h1, h2, h3 { h1, h2, h3 {
font-weight: 300; font-weight: 300;
color: #aea; color: #f71;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
@ -41,6 +41,10 @@ p {
margin-top: 0; margin-top: 0;
} }
a {
color: #3291FF;
}
div.staffp { div.staffp {
float: left; float: left;
margin-right: 5px; margin-right: 5px;
@ -76,7 +80,7 @@ div.staffp {
display: block; display: block;
padding: 13px; padding: 13px;
text-decoration: none; text-decoration: none;
color: #aea; color: #f71;
transition: 0.3s; transition: 0.3s;
} }
@ -123,7 +127,7 @@ div.staffp {
.rulesList li::before { .rulesList li::before {
content: counter(rlcounter) " "; content: counter(rlcounter) " ";
color: #aea; color: #f71;
font-weight: 300; font-weight: 300;
font-size: 1.5em; font-size: 1.5em;
} }