summary refs log tree commit diff
path: root/resources/style.css
diff options
context:
space:
mode:
authorAshelyn Dawn <ashe@tempest.dev>2022-12-21 00:41:01 +0000
committerAshelyn Dawn <ashe@tempest.dev>2022-12-21 00:41:01 +0000
commit98e0c0d7abaf453147a833cc1d0f659551a98008 (patch)
tree8506675628b523f4e846ee969d72a82c8f580536 /resources/style.css
parentccc09ccbdc4b6cf60a5211c88931c1834b1c3798 (diff)
Adjust color scheme
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/resources/style.css b/resources/style.css
index 9e20ffc..ffdeb5c 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -6,13 +6,13 @@ html, body {
   margin: 0;
   padding: 0;
   font-family: Arial, sans-serif;
-  background: #191316;
+  background: #2b2235;
 }
 
 body {
   min-height: 100vh;
-  background: #715a7f;
-  color: white;
+  background: #211e22;
+  color: rgba(255,255,255,.8);
   max-width: 600px;
   margin: 0 auto;
   padding: 16px;
@@ -36,6 +36,10 @@ nav > a:not(:last-child) {
   margin-right: 40px;
 }
 
+h1 {
+  color: rgba(255,255,255,.9);
+}
+
 h1 > aside {
   display: inline-block;
   font-size: .5em;
@@ -63,7 +67,7 @@ ul.posts {
 
 ul.posts li span {
   display: inline-block;
-  min-width: 80px;
+  min-width: 100px;
   opacity: .5;
   text-align: right;
   margin-right: 10px;
@@ -77,5 +81,5 @@ a {
 a[href^="https:"],
 a[href^="http:"],
 a[href^="//"] {
-  color: #fdd7ff;
+  color: #caa5ff;
 }