소스 검색

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;
 		}
 	.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 {