소스 검색

Make hr a bit thicker to make it prominent. 1px is too light to be noticeable

Talha Mansoor 11 년 전
부모
커밋
bbdf203267
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      static/css/elegant.css

+ 4 - 0
static/css/elegant.css

@@ -27,6 +27,10 @@ h6 small, h6 a, h6 a:hover {
 a {
     color: #3875d7;
 }
+hr {
+    border-width: 3px;
+}
+
 /* site title */
 .site-name {
     font-family: 'Monaco', 'Inconsolata', 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, Monospace;