summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index daa2de2..f6d4cdc 100644
--- a/style.css
+++ b/style.css
@@ -21,10 +21,14 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
-h1, h3 {
+h1, h2, h3 {
text-align: center;
}
+hr {
+ border-top: 1px dotted #dedede;
+}
+
li {
color: #dedede;
text-align: left;