add (hopefully temporary) styling to GTK emoji picker (fixes #198)

This commit is contained in:
ouwou 2023-08-29 00:30:45 -04:00
parent 36f2ec0996
commit e3ad25f7ea

View File

@ -395,3 +395,7 @@ spinbutton {
color: @text_color;
margin-top: 10px;
}
.emoji-picker, .emoji-picker stack box {
background-color: @background_color;
}