Skip to content

Commit

Permalink
Merge pull request #63 from Ku3mi41/feature/dark-theme
Browse files Browse the repository at this point in the history
Dark theme colors
  • Loading branch information
bfritscher authored May 3, 2024
2 parents d1edb66 + b097fd9 commit 96a1726
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/css/quasar.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ $warning : #fba918;
}
}
}

.body--dark {
.q-radio__inner,
.q-tab--active .q-tab__label,
.q-field--highlighted .q-field__label {
color: #fff !important;
}

.ais-Stats-text {
color: #ffffffcc !important;
}
}
1 change: 0 additions & 1 deletion src/pages/ServerStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<span class="text-overline">CPU {{ cpu.node }}</span>
<q-circular-progress
show-value
class="text-accent"
:value="cpu.value"
size="50px"
color="accent"
Expand Down

0 comments on commit 96a1726

Please sign in to comment.