style hr element (#4067)

This commit is contained in:
sorata 2025-06-11 11:32:08 +05:30 committed by GitHub
parent ccc9d9027a
commit fe750dba9f
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 {