Dark theme fix

This commit is contained in:
Noah 2023-06-30 20:02:25 -07:00
parent 5f4b14ecc4
commit 01257d9231

View File

@ -42,6 +42,11 @@
background-color: #100010 !important; background-color: #100010 !important;
} }
.emoji-button button {
background-color: rgba(255, 255, 255, 0.5) !important;
color: rgba(0, 0, 0, 0.5) !important;
}
/* end nonshy custom overrides */ /* end nonshy custom overrides */
html { html {