mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
generic color for online user count
This commit is contained in:
parent
efef445eef
commit
7fc19c4ea5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ defineExpose<WidgetComponentExpose>({
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
::v-deep(b) {
|
::v-deep(b) {
|
||||||
color: #41b781;
|
color: var(--badge);
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(span) {
|
::v-deep(span) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue