diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-20 20:44:30 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-20 20:44:30 -0800 |
commit | 00b344891032bd25c21f45d98be510dac7413892 (patch) | |
tree | a8b285c6c3b1879be636b4cca7996c69049c3b04 /src/style.css | |
parent | 3d04f66fcdc8c39f432991edd2b2c13b986cedee (diff) |
updated homepage, and styled some stuff
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index d5a6b8c..68d09dc 100644 --- a/src/style.css +++ b/src/style.css @@ -130,6 +130,12 @@ ul { li { color: var(--highlight); } + +hr { + border-color: var(--text); + background-color: var(--text); +} + .footer { width: auto; margin: auto; |