summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2022-10-16 19:58:43 -0400
committerDustin Walker <dustin.walker@email.wsu.edu>2022-10-16 19:58:43 -0400
commiteee6ac3620cd3d64168a28cf57820873a1bc6ac7 (patch)
tree5546024f41c738f1cc23db2b44af52fd7599c485 /style.css
parentd3b59d588260bdff5c50b6470a2e3f3bf310d8c4 (diff)
index.html re-layout
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;