1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

simplify link css styling, increase prefs font size a bit

This commit is contained in:
Andrew Dolgov
2013-05-14 15:38:58 +04:00
parent c068b98b72
commit 2a868b6ba2
3 changed files with 3 additions and 47 deletions

View File

@@ -30,14 +30,6 @@ div.postReply {
padding : 0px;
}
div.postReply a {
color : #4684ff;
}
div.postReply a:hover {
color : black;
}
div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -130,12 +122,12 @@ hr {
}
a {
color : black;
color : #4684ff;
text-decoration : none;
}
a:hover {
color : #4684ff;
color : #88b0f0;
}
#piggie {
@@ -339,14 +331,6 @@ span.feed_error {
color : gray;
}
.insensitive a {
color : #4684ff;
}
.insensitive a:hover {
color : black;
}
div#headlines-toolbar {
border-width : 0px 0px 1px 0px;
background-color : #fcfcfc;
@@ -383,10 +367,6 @@ div#headlines-toolbar span.r a {
color : gray;
}
div#headlines-toolbar span.r a:hover {
color : black;
}
span.contentPreview {
color : gray;
font-weight : normal;
@@ -612,10 +592,6 @@ div.autocomplete ul li {
cursor : pointer;
}
a.visibleLink {
color : #4684ff;
}
.hlContentH a, .hlContentH span {
color : #00cc00;
}