diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-11 17:36:02 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-11 17:36:02 +0100 |
commit | 033b1ed430962195cdb329b5bc532f31bf8c4af5 (patch) | |
tree | 3fb0bd0eafe8b4f87d9d11a26be3a1ee6d78df8d /view/theme/redbasic/css | |
parent | 54ad3a74d4dbcf1e46135d94be3670ef621c22f7 (diff) | |
download | volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.tar.gz volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.tar.bz2 volse-hubzilla-033b1ed430962195cdb329b5bc532f31bf8c4af5.zip |
Dark schema, and associated fixes.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f1f58cc44..467c2c59d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -74,6 +74,7 @@ blockquote { background-color: #f4f8f9; border-left: 4px solid #dae4ee; padding: 0.4em; + color: #000; } .ccollapse-wrapper { |