aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-04-11 08:31:24 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-04-11 08:31:24 +0200
commit64a5a0d1a86971ff87aed9699f9bf0ed32b40e16 (patch)
treed495f4ea8c799a3ed07b9e73b066efa2d74b02b9
parent11e86013aa7188325461e9d82fa18e87b69e25b6 (diff)
parent5ab6b7d2b13604f4b60f622f91482cc3fc304854 (diff)
Merge pull request #481 from aledeg/theme-dark
Fix small color bug
-rw-r--r--p/themes/Dark/freshrss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 6275d8938..be8d6b86a 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -506,10 +506,10 @@
font-style: italic;
}
.pagination:first-child .item {
- border-bottom: 1px solid #aaa;
+ border-bottom: 1px solid #2f2f2f;
}
.pagination:last-child .item {
- border-top: 1px solid #aaa;
+ border-top: 1px solid #2f2f2f;
}
#nav_entries {