mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
style hr element (#4067)
This commit is contained in:
parent
5f67f2baf9
commit
9a4ca3dfd6
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