feat(ui): Dark Mode (#2493)

This commit is contained in:
Vithorio Polten
2024-05-24 22:28:39 -03:00
committed by GitHub
parent 2b18e4c73d
commit 4a9130126c
16 changed files with 246 additions and 62 deletions

View File

@@ -65,3 +65,11 @@ const fpsIn = ref("")
<div class="form-text">{{ $t('config.res_fps_desc') }}</div>
</div>
</template>
<style scoped>
.ms-item {
background-color: var(--bs-dark-bg-subtle);
font-size: 12px;
font-weight: bold;
}
</style>