Quellcode durchsuchen

Merge pull request #481 from aledeg/theme-dark

Fix small color bug
Alexandre Alapetite vor 12 Jahren
Ursprung
Commit
64a5a0d1a8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      p/themes/Dark/freshrss.css

+ 2 - 2
p/themes/Dark/freshrss.css

@@ -506,10 +506,10 @@
 			font-style: italic;
 			font-style: italic;
 		}
 		}
 	.pagination:first-child .item {
 	.pagination:first-child .item {
-		border-bottom: 1px solid #aaa;
+		border-bottom: 1px solid #2f2f2f;
 	}
 	}
 	.pagination:last-child .item {
 	.pagination:last-child .item {
-		border-top: 1px solid #aaa;
+		border-top: 1px solid #2f2f2f;
 	}
 	}
 
 
 #nav_entries {
 #nav_entries {