diff options
| -rw-r--r-- | p/themes/Dark/freshrss.css | 4 |
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 { |
