softwarelivrenoestado.com.br

commit 9f3fb3da15d12ab7c04926f88d62397ee5a3125d

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Prettier horizontal lines

 style.css | 11 ++++++++++-


diff --git a/style.css b/style.css
index 1f3433897f5d85d1e16ed338a3c1a3078386e210..4307db32f2e16aeae73b95230daf31c1eece4a34 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@     padding: 1em;
     max-width: 44em;
     line-height: 1.6;
     font-size: 14pt;
-    color: #444;
+    color: #444444;
 }
 
 h1 { text-align: center; }
@@ -14,3 +14,12 @@ a { color: #0d98ba; }
 a:hover { color: #0c7090; }
 
 tt, pre, code, kbd { font-family: "Fira Mono", Inconsolata, monospace; }
+
+hr {
+  width: 100%;
+  margin: 30px auto;
+  border: 0 none;
+  border-top: 2px dashed #444444 ;
+  background: none;
+  height: 0;
+}