1
0
Fork 0

Added hr styles

This commit is contained in:
Maxim Lebedev 2022-02-24 02:34:48 +05:00
parent fd88399ff7
commit d049051836
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 10 additions and 0 deletions

View File

@ -94,6 +94,16 @@ table {
border-collapse: collapse;
}
hr {
border: none;
height: 1px;
background:hsl(0, 0%, var(--l-20));
background-image: linear-gradient(to right,
hsl(0, 0%, var(--l-80)),
hsl(0, 0%, var(--l-20)),
hsl(0, 0%, var(--l-80)));
}
html {
color: var(--color);
font-display: optional;