style hr element (#4067)

This commit is contained in:
sorata 2025-06-11 11:32:08 +05:30 committed by GitHub
parent 5f67f2baf9
commit 9a4ca3dfd6

View file

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