ui: add border to hr elemnts

This commit is contained in:
Nemo D'ACREMONT 2024-11-18 14:19:06 +01:00
parent 952fc1d630
commit 2328333bbf
No known key found for this signature in database
GPG Key ID: 6E5BCE8022FA8276

View File

@ -9,3 +9,7 @@
pre, code { pre, code {
font-family: monospace; font-family: monospace;
} }
hr {
border-bottom: 2px solid var(--fg);
}