mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
style hr element (#4067)
This commit is contained in:
parent
ccc9d9027a
commit
fe750dba9f
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