mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05: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 {
|
hr {
|
||||||
background-color: vars.palette(darkgray, 0);
|
background-color: vars.palette(darkgray, 0);
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
border: none;
|
||||||
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue