summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2023-04-02 13:14:06 +0200
committerMalte Voos <git@mal.tc>2023-04-02 13:15:27 +0200
commit7c35f0a1635022bef5e3c8ac966eb31af9cecc1f (patch)
treeac77cd6563418f90429eb4a0b9989debb5da2761 /index.html
parentb9356cf2dce9cb5645800f1b95b9a6b9e9438775 (diff)
downloadlife-7c35f0a1635022bef5e3c8ac966eb31af9cecc1f.tar.gz
life-7c35f0a1635022bef5e3c8ac966eb31af9cecc1f.zip
fix text color
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6672a32..7ccdd3d 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,8 @@
       body {
         margin: 0;
         padding: 0;
-        background-color: #000000
+        background-color: #000000;
+        color: #ffffff;
       }
       a {
         position: fixed;