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:
sorata 2025-06-08 09:54:46 +05:30 committed by GitHub
parent c1fc45928d
commit e5d34fbb18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -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>

View file

@ -1,6 +1,7 @@
.card {
font-family: arial;
font-size: 20px;
line-height: 1.5;
text-align: center;
color: black;
background-color: white;

View file

@ -6,6 +6,7 @@
hr {
background-color: vars.palette(darkgray, 0);
margin: 1em 0;
}
body {