diff options
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r-- | resources/styles/nheko-dark.qss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 7b5486b0..1e1333b2 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -232,6 +232,10 @@ emoji--Panel > * { color: #caccd1; } +emoji--Category { + qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); +} + emoji--Category, emoji--Category > * { background-color: #2d3139; |