From 12b8651d181cdcef91bc24d161962801dd8032b7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 27 Aug 2023 13:07:06 +0800 Subject: [PATCH] Use 1px instead of hairline The more visible border width is needed for the buttons overlaying on top of media --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 8361df31..4adcee34 100644 --- a/src/app.css +++ b/src/app.css @@ -1099,7 +1099,7 @@ button.carousel-dot { font-weight: bold; color: var(--text-color); background-color: var(--bg-faded-blur-color); - border: var(--hairline-width) solid var(--outline-color); + border: 1px solid var(--outline-color); box-shadow: 0 4px 32px var(--drop-shadow-color); transition: all 0.2s ease-out; }