Improve badges and work on a more unified color scheme for random colors (#756)

This commit is contained in:
Prospector
2022-11-20 13:57:44 -08:00
committed by GitHub
parent 9849bc055c
commit 88fa103acb
19 changed files with 148 additions and 180 deletions

View File

@@ -359,13 +359,13 @@ export default {
&.completed {
svg {
color: var(--color-brand);
color: var(--color-special-green);
}
}
&.in-progress {
svg {
color: var(--color-badge-yellow-bg);
color: var(--color-special-orange);
}
}
@@ -373,7 +373,7 @@ export default {
p {
user-select: none;
color: transparent;
text-shadow: 0 0 12px var(--color-badge-yellow-bg);
text-shadow: 0 0 12px var(--color-special-orange);
}
}
}