From 28c9581d3e77dd02f7d04dca53f04c6a35ab38b4 Mon Sep 17 00:00:00 2001
From: owen <xfnw@ttm.sh>
Date: Wed, 28 Apr 2021 15:44:17 -0400
Subject: [PATCH] make the colors more vulpiney

---
 assets/style.css | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/assets/style.css b/assets/style.css
index 6b147b3..c2bc549 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -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;
 }