mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -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 {
|
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