summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 06:53:54 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 06:53:54 +0100
commit0309fb743f59bc67e302db86508515b1bd204865 (patch)
tree679346e9d23caaa455b08413d648ce5574065841 /tt-rss.css
parent01dae0143854c00c3e5791899b6b78ed0128748c (diff)
update h* border colors
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ee74b9270..9e22d01b9 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -253,7 +253,7 @@ h2 {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #88b0f0;
+ border-color : #ecf4ff;
}
h3 {
@@ -261,7 +261,7 @@ h3 {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
- border-color : #88b0f0;
+ border-color : #ecf4ff;
}
hr {
@@ -470,7 +470,7 @@ td > input, div > input {
tr.title td {
border-width : 0px 0px 1px 0px;
- border-color : #88b0f0;
+ border-color : #ecf4ff;
border-style : solid;
font-size : x-small;
color : black;