diff options
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; |