commit b66b626fd3043e59f10176f31cccec1b1ef3bb8e parent 50145c132fac263c3d17bb0b61d4dd6e30261cc0 Author: David Eisinger <[email protected]> Date: Mon, 6 Mar 2023 09:26:31 -0500 Increase HR contrast Diffstat:
| M | themes/v2/assets/css/style.scss | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -22,7 +22,7 @@ a { hr { border: 0; - border-top: 2px solid #eee; + border-top: 2px solid #ddd; } ul {