emoji picker styling

This commit is contained in:
matty 2024-06-23 13:35:11 -04:00
parent 951080eb4a
commit c77dbbb22a
1 changed files with 4 additions and 3 deletions

View File

@ -52,15 +52,16 @@
.emoji-picker__header {
color: var(--peertube-main-background);
background-color: var(--peertube-main-foreground);
background-color: var(--peertube-main-background);
ul {
.emoji-category {
color: var(--peertube-main-background);
background-color: var(--peertube-main-foreground);
background-color: #2d2d2d;
border-bottom: 1px solid var(--peertube-main-foreground);
a {
color: currentcolor;
color: white;
}
&.picked {