mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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>
|
||||
virinci <github.com/virinci>
|
||||
snowtimeglass <snowtimeglass@gmail.com>
|
||||
brishtibheja <sorata225yume@gmail.com>
|
||||
brishtibheja <136738526+brishtibheja@users.noreply.github.com>
|
||||
Ben Olson <github.com/grepgrok>
|
||||
Akash Reddy <akashreddy2003@gmail.com>
|
||||
Lucio Sauer <watermanpaint@posteo.net>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.card {
|
||||
font-family: arial;
|
||||
font-size: 20px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
color: black;
|
||||
background-color: white;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
hr {
|
||||
background-color: vars.palette(darkgray, 0);
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue