At-mention background on dark theme

master
Noah 2024-04-06 16:03:30 -07:00
parent bef135fbd6
commit a0786b2fa9
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
background-color: rgb(100, 90, 41) !important;
}
.has-background-at-mention {
background-color: rgb(65, 65, 48) !important;
}
/* note: this css file otherwise didn't override this, dark's always dark, brighten it! */
.has-text-dark, .button.is-grey {
color: #b5b5b5 !important;