summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-25 10:54:54 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-25 10:54:54 +0100
commit5b0a04ad14db813f6694f003ab2c609e442a2834 (patch)
treebdf86cb5a3e5400791f44b580afde5626a075f91
parentd1fa83124f966ffbe2d65b622e0857bb24c9461f (diff)
downloadcytaty-5b0a04ad14db813f6694f003ab2c609e442a2834.tar.gz
cytaty-5b0a04ad14db813f6694f003ab2c609e442a2834.zip
Add link colors
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index fdc32cb..b6939cc 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,8 @@
     background: #111;
     color: #fff;
   }
+  a:link { color: #ee9; }
+  a:visited { color: #bbf; }
 }
 body {
   max-width: 40em;