Update dunesrevived.theme.css

This commit is contained in:
Nils 2020-01-07 16:56:13 +01:00
parent b1aca2da7e
commit a9e3de1fe7
Signed by: byreqz
GPG Key ID: 0F1E6EF9062D18E4

View File

@ -5,6 +5,13 @@
/* stuff added for maintenance */ /* stuff added for maintenance */
.applicationStore-1pNvnv {
background-color: transparent;
}
::-webkit-scrollbar-track {
border: none;
}
.scrollableContainer-2NUZem { .scrollableContainer-2NUZem {
background-color: hsla(0, 0%, 100%, 0.05); background-color: hsla(0, 0%, 100%, 0.05);
@ -14,7 +21,7 @@
.theme-dark .markup-2BOw-j a, .theme-dark .markup-2BOw-j a,
.wrapper-O5i5-0 .instantInviteModal-3vhcvC .clipboardInputInner-RLx2hK input, .wrapper-O5i5-0 .instantInviteModal-3vhcvC .clipboardInputInner-RLx2hK input,
a { a {
color: var(--links) !important color: var(--links)
} }
.messagesPopout-24nkyi { .messagesPopout-24nkyi {
@ -426,7 +433,6 @@ a {
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: 0 0; background: 0 0;
border: none !important
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {