浏览代码

css: Make horizontal rules more visible (#178)

George Cushen 8 年之前
父节点
当前提交
a99cad2aed
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      static/css/hugo-academic.css

+ 7 - 0
static/css/hugo-academic.css

@@ -151,6 +151,13 @@ pre {
   overflow: auto;
 }
 
+hr {
+  border: 0;
+  height: 1px;
+  background: #333;
+  background-image: linear-gradient(to right, #ccc, #333, #ccc);
+}
+
 /* Quotes */
 blockquote {
   padding: .5rem 1rem;