Use light background

- the icons and the font is dark so the bg should not be darkened. But making it lighter is making it easier to read.
This commit is contained in:
Timo
2024-11-29 17:48:18 +01:00
parent 32ccfe8813
commit 84b2dc8680

View File

@@ -1,6 +1,6 @@
.reactionIndicatorWidget {
display: flex;
background-color: #00000050;
background-color: #00000030;
border-radius: var(--cpd-radius-pill-effect);
box-shadow: 0 0 var(--cpd-space-2x) #00000040;
background: "ffffff40";
@@ -33,7 +33,7 @@
.reaction {
margin: var(--cpd-space-1x);
color: var(--cpd-color-icon-secondary);
color: white;
display: flex;
align-items: center;
border-radius: var(--cpd-radius-pill-effect);