style hr element

This commit is contained in:
sorata 2025-06-08 17:00:09 +05:30 committed by GitHub
parent ce6497cd2b
commit aedb5c52be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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