dark_theme: Remove unusable color from horizontal rules.

We style horizontal rules with explicit border colors, so the color
value here is extraneous.
This commit is contained in:
Karl Stolley
2025-04-04 14:27:20 -05:00
committed by Tim Abbott
parent 5709d5f26e
commit ce7cc60e54

View File

@@ -337,7 +337,6 @@
.popover hr,
hr {
color: hsl(212deg 28% 18%);
opacity: 0.2;
}