mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
use 90 alpha in subtitles picker
This commit is contained in:
parent
44f98d5f53
commit
8d9239acbf
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: @color-surface-light5;
|
||||
fill: @color-surface-light5-90;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
height: 0.5rem;
|
||||
border-radius: 100%;
|
||||
margin-left: 1rem;
|
||||
background-color: @color-accent3;
|
||||
background-color: @color-accent3-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
&:global(.disabled) {
|
||||
color: @color-surface;
|
||||
color: @color-surface-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue