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