mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
opml/db updater tweaks
This commit is contained in:
19
utility.css
19
utility.css
@@ -1,3 +1,8 @@
|
||||
body {
|
||||
margin : 2em;
|
||||
padding : 0em;
|
||||
}
|
||||
|
||||
p.warning {
|
||||
color : red;
|
||||
}
|
||||
@@ -9,3 +14,17 @@ p.query {
|
||||
p.insensitive {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
.floatingLogo {
|
||||
float : right;
|
||||
}
|
||||
|
||||
a {
|
||||
color : #4684ff;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color : black;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user