summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-10-12 16:09:48 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-10-12 16:09:48 +0200
commitafacc6de257d29d3434c674eb40916ff46969bba (patch)
tree95360b59165fbde688cdf2acf6ae044de48443d9
parentc29b803f91e8af1e42c7f8a5bb86b33add4b7dfb (diff)
downloadtrivium-afacc6de257d29d3434c674eb40916ff46969bba.tar.gz
trivium-afacc6de257d29d3434c674eb40916ff46969bba.tar.xz
trivium-afacc6de257d29d3434c674eb40916ff46969bba.zip
Tweak colors
Thanks to eTM.
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 3de9499..5eacfc0 100644
--- a/data/style.css
+++ b/data/style.css
@@ -42,8 +42,8 @@ h2 abbr {
 
 .entry-content a, .nav a {
   text-decoration: none;
-  color: #69CE0D;
-  background-color: #EBFBCF;
+  color: #4E9A06;
+  background-color: #E8FFD0;
   padding: 0px 1px;
 }