diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-01 22:29:48 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-01 22:29:48 -0500 |
commit | 330620e9a76a1017f0fa7222f510144088105340 (patch) | |
tree | 6fcea5262bb96eff2da117cb857bdd4291ac5e91 /includes | |
parent | 72873d4e66d350e8ceee6b1009b8d88321484f79 (diff) | |
download | 53hor-330620e9a76a1017f0fa7222f510144088105340.tar.xz 53hor-330620e9a76a1017f0fa7222f510144088105340.zip |
working on CV
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stylesheet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css index aab9b8f..1fbee17 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -23,6 +23,10 @@ body { padding: 1em; } +hr { + color: var(--white); +} + nav { list-style-type: none; text-align: center; |