From 6a9c028542490f3fa17c3ac0c1d3810096238090 Mon Sep 17 00:00:00 2001 From: Benoit Dien Date: Fri, 29 Jul 2011 23:20:44 +0200 Subject: [PATCH] Dim the shadow (Change transparency) --- data/booh/themes/gradient/root/booh.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/booh/themes/gradient/root/booh.css b/data/booh/themes/gradient/root/booh.css index 1a736db..385969e 100644 --- a/data/booh/themes/gradient/root/booh.css +++ b/data/booh/themes/gradient/root/booh.css @@ -111,12 +111,15 @@ td { #titletext, #main_text { font-size: 3.0em; - text-shadow: 2px 2px 4px black; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); color: #adbed3; text-align: center; font-weight: bold; } -#main_text { font-size: 1.3em; } +#main_text { + font-size: 1.3em; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); +} table.index { width: 100%; -- 2.21.3