mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update default styles (#4060)
* add margin for hr * add line height to default styles * update my email * change margin to 1em
This commit is contained in:
parent
c1fc45928d
commit
e5d34fbb18
3 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,7 @@ user1823 <92206575+user1823@users.noreply.github.com>
|
||||||
Gustaf Carefall <https://github.com/Gustaf-C>
|
Gustaf Carefall <https://github.com/Gustaf-C>
|
||||||
virinci <github.com/virinci>
|
virinci <github.com/virinci>
|
||||||
snowtimeglass <snowtimeglass@gmail.com>
|
snowtimeglass <snowtimeglass@gmail.com>
|
||||||
brishtibheja <sorata225yume@gmail.com>
|
brishtibheja <136738526+brishtibheja@users.noreply.github.com>
|
||||||
Ben Olson <github.com/grepgrok>
|
Ben Olson <github.com/grepgrok>
|
||||||
Akash Reddy <akashreddy2003@gmail.com>
|
Akash Reddy <akashreddy2003@gmail.com>
|
||||||
Lucio Sauer <watermanpaint@posteo.net>
|
Lucio Sauer <watermanpaint@posteo.net>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.card {
|
.card {
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
line-height: 1.5;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: vars.palette(darkgray, 0);
|
background-color: vars.palette(darkgray, 0);
|
||||||
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in a new issue