change text glow to only show on dark mode

This commit is contained in:
SethBurkart123
2023-11-21 12:29:09 +11:00
parent d43367e6ef
commit 554e890e12
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1662,10 +1662,12 @@ body {
animation: spin 3s linear infinite;
-moz-animation: spin 3s linear infinite;
}
.dark .LabelList__name___-CHgq {
text-shadow: 0 0 5px black;
}
.LabelList__name___-CHgq {
display: flex;
align-items: center;
text-shadow: 0 0 5px black;
}
[data-label="inbox"] > .LabelList__name___-CHgq::before {
content: "";