Explorar o código

css: Make horizontal rules more visible (#178)

George Cushen %!s(int64=8) %!d(string=hai) anos
pai
achega
a99cad2aed
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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;