mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
tweak vfeed grouped title display a bit to make it more similar to other modes
This commit is contained in:
13
cdm.css
13
cdm.css
@@ -101,6 +101,19 @@ div.cdmFeedTitle {
|
||||
background-repeat : repeat-x;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle a.title {
|
||||
color : gray;
|
||||
font-style : italic;
|
||||
font-weight : bold;
|
||||
}
|
||||
div.cdmFeedTitle a {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
div.cdmFeedTitle a:hover {
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
div.articleNote {
|
||||
border-style : dashed none dashed none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user