mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 00:23:13 +08:00
Revert "basic darkmode"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<span class="badge rounded-pill" :class="'bg-' + color">{{ text }}</span>
|
||||
<span class="badge rounded-pill" :class=" 'bg-' + color ">{{ text }}</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -33,10 +33,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
span {
|
||||
width: 45px;
|
||||
}
|
||||
.badge {
|
||||
color: #0a0a0a;
|
||||
}
|
||||
span {
|
||||
width: 45px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user