mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
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:
parent
1fae2f3208
commit
12b8651d18
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue