fix: white scrollbar #433

This commit is contained in:
Daan Wijns 2022-06-11 10:03:02 +02:00
parent 9f3ecbeeb1
commit db86506c5e
2 changed files with 6 additions and 2 deletions

View file

@ -245,7 +245,7 @@ const locale = {
pieceStates: 'Progrès',
torrentTitle: 'Titre du torrent',
hash: 'hash',
ratio: 'Ratio',
ratio: 'Ratio',
downloadSpeed: 'Vitesse de DL',
uploadSpeed: 'Vitesse d\'UP',
eta: 'ETA',

View file

@ -78,7 +78,11 @@ $sideborder-margin: 6px;
.v-application a {
color: inherit !important;
}
}
:root {
color-scheme: dark
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */