mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
style hr element
This commit is contained in:
parent
ce6497cd2b
commit
aedb5c52be
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
hr {
|
||||
background-color: vars.palette(darkgray, 0);
|
||||
margin: 1em 0;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Reference in a new issue