summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-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
+}