Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2020-10-20 18:26:21 +02:00
parent 35616f8495
commit f0f823359d
1 changed files with 3 additions and 1 deletions

View File

@ -815,9 +815,11 @@
background-color: rgb(var(--vaccentcolor));
}
#app-mount .questionMark-3qBhGj { /* accountsettings questionmark */
#app-mount .questionMark-1E01_r, /* accountsettings questionmark */
#app-mount .questionMark-3qBhGj { /* accountsettings questionmark new */
background-color: rgb(var(--vaccentcolor));
}
#app-mount .questionMark-1E01_r:hover,
#app-mount .questionMark-3qBhGj:hover {
background: var(--vaccentcolor-hover);
}