diff options
author | Friendika <info@friendika.com> | 2011-10-01 04:37:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-01 04:37:28 -0700 |
commit | 8f47540e9b8e5bde94cf3acd7e27d0a4060315e9 (patch) | |
tree | 757420465ab8052541711eb6c51147f619095c97 /view/theme/darkbubble | |
parent | 78c00c287d5c14d2a93b461b8522bd8a1e95c44c (diff) | |
download | volse-hubzilla-8f47540e9b8e5bde94cf3acd7e27d0a4060315e9.tar.gz volse-hubzilla-8f47540e9b8e5bde94cf3acd7e27d0a4060315e9.tar.bz2 volse-hubzilla-8f47540e9b8e5bde94cf3acd7e27d0a4060315e9.zip |
darkbubble - event legibility
Diffstat (limited to 'view/theme/darkbubble')
-rw-r--r-- | view/theme/darkbubble/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/darkbubble/style.css b/view/theme/darkbubble/style.css index 2e180400b..9336dc01b 100644 --- a/view/theme/darkbubble/style.css +++ b/view/theme/darkbubble/style.css @@ -18,10 +18,14 @@ body { background-position: 0 50%; padding-left: 18px; width: 385px; - -/* background: #FFFFFF;*/ color: #000000; - +} + +.vevent, .eventcal { + color: #000000; +} +.event-list-date { + color: #DDDDDD; } .fortunate { |