Преглед изворни кода

Fix small color bug

There was a small bug color in Dark theme.
Alexis Degrugillier пре 12 година
родитељ
комит
5ab6b7d2b1
1 измењених фајлова са 2 додато и 2 уклоњено
  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 {