aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/box.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/box.css b/styles/box.css
index 5709b85..45d0795 100644
--- a/styles/box.css
+++ b/styles/box.css
@@ -78,6 +78,10 @@ div.pages {
background: #222222;
border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
+ /* Ugly transparency */
+ filter:alpha(opacity=50);
+ -moz-opacity:0.5;
+ opacity:0.5;
}
div.pages_title {
@@ -97,7 +101,7 @@ li.pages_list_entry {
a.pages_list_entry {
text-decoration: none;
- color: #666666;
+ color: #FFFFFF;
}
/* MONTHS */