ui: add border to hr elemnts
This commit is contained in:
parent
952fc1d630
commit
2328333bbf
@ -9,3 +9,7 @@
|
|||||||
pre, code {
|
pre, code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-bottom: 2px solid var(--fg);
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user