Dark theme fix

ipad-testing
Noah 2023-06-30 20:04:28 -07:00
parent 885cf166a3
commit 3bad23b3f6
1 changed files with 2 additions and 2 deletions

View File

@ -285,6 +285,6 @@ div.feed.popped-out {
bottom: 12px;
}
.emoji-button button {
background-color: rgba(255, 255, 255, 0.5) !important;
color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.5);
}