scrollbar colors updated

This commit is contained in:
nklhrstv 2020-02-24 11:41:05 +02:00
parent e1d5be30e9
commit e2ba05f4a7

View file

@ -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;
}
}
}