mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
scrollbar colors updated
This commit is contained in:
parent
e1d5be30e9
commit
e2ba05f4a7
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: @color-secondary-light4-80 @color-background-dark2;
|
||||
scrollbar-color: @color-secondary-light4-80 @color-background-dark3;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: @color-background-dark2;
|
||||
background-color: @color-background-dark3;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
@ -98,7 +98,7 @@ html {
|
|||
.app-loader {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: @color-background-dark1;
|
||||
background-color: @color-background-dark2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue