Update dunesrevived.theme.css

This commit is contained in:
Nils 2020-01-07 16:56:13 +01:00
parent b1aca2da7e
commit a9e3de1fe7
No known key found for this signature in database
GPG Key ID: 0F1E6EF9062D18E4
1 changed files with 8 additions and 2 deletions

View File

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