about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-02 15:24:16 -0400
committergbmor <ahriman@falte.red>2020-05-02 15:24:16 -0400
commitbfacb7c6d80faa9f45bb8475eaa4984da1454b9e (patch)
tree2e9a5479178a43566f6a1867ee81f01d8bc7d927
parent9c7e810e82eedfefa21715c380e4ab2a80eece4b (diff)
downloadsite-bfacb7c6d80faa9f45bb8475eaa4984da1454b9e.tar.gz
made text a bit lighter
-rw-r--r--tilde.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tilde.css b/tilde.css
index d8f942f..919c1fa 100644
--- a/tilde.css
+++ b/tilde.css
@@ -1,7 +1,8 @@
 body {
     background-color: #000000;
     font-family: sans-serif;
-    color: green;
+    /*color: #01df01;*/
+    color: #04b404;
     padding-right: 0px;
     margin-top: 10px;
     margin-bottom: 10px;