diff options
author | friendica <info@friendica.com> | 2012-02-26 00:53:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 00:53:31 -0800 |
commit | 484426d3e229da01c31718dcc0041822f32e1f9e (patch) | |
tree | f74c5d4cbe01352b89e7538d93fd5243a100a9d9 /view/theme/darkzero | |
parent | 828034ad23e90088048ece55cbcb47733368b810 (diff) | |
download | volse-hubzilla-484426d3e229da01c31718dcc0041822f32e1f9e.tar.gz volse-hubzilla-484426d3e229da01c31718dcc0041822f32e1f9e.tar.bz2 volse-hubzilla-484426d3e229da01c31718dcc0041822f32e1f9e.zip |
imrpove contrast on darkzero blockquotes
Diffstat (limited to 'view/theme/darkzero')
-rwxr-xr-x | view/theme/darkzero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 25ae0c71f..fdaf26f19 100755 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -88,3 +88,7 @@ input#dfrn-url { #jot-title:focus { border: 1px solid #cccccc; } +blockquote { + background: #ddd; + color: #000; +} |