summaryrefslogtreecommitdiff
path: root/gemfeed/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/style.css')
-rw-r--r--gemfeed/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css
index 3eeced17..3823c459 100644
--- a/gemfeed/style.css
+++ b/gemfeed/style.css
@@ -4,8 +4,8 @@ body {
padding-right: 10px;
max-width: 900px;
font-family: "courier new";
- background-color: #ffffff;
- color: #000000;
+ background-color: #37585E;
+ color: #bbbfbf;
}
h1,h2,h3 {
@@ -13,17 +13,17 @@ h1,h2,h3 {
}
a {
- color: #174f14;
+ color: cyan;
text-decoration: none;
}
a:hover {
- color: #c0f;
- text-decoration: none;
+ color: #55bc90;
+ text-decoration: underline;
}
li {
- color: #174f14;
+ color: cyan;
}
img {