summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-08-30 15:21:30 +0100
committerGitHub <noreply@github.com>2023-08-30 15:21:30 +0100
commit793d506613771c463a5772d45ff4a5bdb51a8b33 (patch)
treebe6a7c92a07de524875ca77ec46665c6605e11ed
parentc6bcb4929aa6b1a113158b00523390ac1034f22f (diff)
downloadwebsite-793d506613771c463a5772d45ff4a5bdb51a8b33.tar.gz
Maybe orange would look nicer...
-rw-r--r--assets/index.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/index.css b/assets/index.css
index 3e9ef70..971615f 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -4,7 +4,7 @@ html {
   background-color: black;
   padding-left: 25%;
   padding-right: 25%;
-  color: lime;
+  color: orange;
 }
 
 @media only screen and (max-width: 900px) {
@@ -36,8 +36,8 @@ li {
 }
 
 a {
-  color: lime;
-  text-decoration: underline dotted lime;
+  color: orange;
+  text-decoration: underline dotted orange;
 }
 
 img {
@@ -68,7 +68,7 @@ blockquote {
 pre,
 code {
   color: black;
-  background-color: lime;
+  background-color: orange;
 }
 
 pre {
@@ -77,4 +77,4 @@ pre {
 
 :not(pre)>code {
   padding: 5px;
-}
\ No newline at end of file
+}