summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index f8ff1003a..a7a5ea389 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1033,6 +1033,9 @@ body.ttrss_main ul.list {
body.ttrss_main ul.list-unstyled {
list-style-type: none;
}
+body.ttrss_main .text-center {
+ text-align: center;
+}
::selection {
background: #b87d2c;
color: #333333;
@@ -1471,7 +1474,7 @@ body.ttrss_prefs table.prefPluginsList label {
white-space: nowrap;
}
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
- color: #69C671;
+ color: #69c671;
}
body.ttrss_prefs table.prefPluginsList label img {
vertical-align: middle;