Use 1px instead of hairline

The more visible border width is needed for the buttons overlaying on top of media
This commit is contained in:
Lim Chee Aun 2023-08-27 13:07:06 +08:00
parent 1fae2f3208
commit 12b8651d18

View file

@ -1099,7 +1099,7 @@ button.carousel-dot {
font-weight: bold; font-weight: bold;
color: var(--text-color); color: var(--text-color);
background-color: var(--bg-faded-blur-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); box-shadow: 0 4px 32px var(--drop-shadow-color);
transition: all 0.2s ease-out; transition: all 0.2s ease-out;
} }