fix(css): proper dark colors for hr element

This commit is contained in:
Maarten van Heusden
2024-01-22 17:37:57 +01:00
parent 930576e28c
commit c65f47f1d7

View File

@@ -46,7 +46,7 @@
hr {
border: 0;
height: 1px;
background: #000000 linear-gradient(to right, #000000, #ccc, #000000);
background: #0d1117 linear-gradient(to right, #0d1117, #ccc, #0d1117);
}
[data-color-mode="light"] hr {
filter: invert(1);