commit 28f6e8ae3564e233339a6148561e9ab184c225f9 parent 1d567809576b3147e761ff1d4747202dc3bba3be Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 15 Sep 2022 20:48:28 -0400 Change a color name Diffstat:
M | src/css/global/base.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/css/global/base.css b/src/css/global/base.css @@ -87,7 +87,7 @@ a[href*="://"]:not([href*="://hugo.soucy.cc"])::after { hr { background: transparent; - border: dotted var(--base-br); + border: dotted var(--base-darkest-grey); border-width: 1px 0 0; display: block; height: 1px;