summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e1623444e..f1a731639 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -6,6 +6,16 @@ body#ttrssMain, body#ttrssPrefs {
font-family : "Lucida Grande", Arial, sans-serif;
}
+body#ttrssPrefs {
+ background-color : #ecf4ff;
+}
+
+body#ttrssPrefs #footer, body#ttrssPrefs #header {
+ background-color : #ecf4ff;
+ padding-left : 5px;
+ padding-right : 5px;
+}
+
blockquote {
margin : 0px;
border-width : 0px 0px 0px 8px;