mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 20:20:59 +08:00
🚧 WIP on darkmode 🌑
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
||||
border-radius: 50rem;
|
||||
|
||||
&.empty {
|
||||
background-color: aliceblue;
|
||||
background-color: var(--background-ternary);
|
||||
}
|
||||
|
||||
&.down {
|
||||
|
@@ -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,7 +33,10 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
span {
|
||||
width: 45px;
|
||||
}
|
||||
span {
|
||||
width: 45px;
|
||||
}
|
||||
.badge {
|
||||
color: #0a0a0a;
|
||||
}
|
||||
</style>
|
||||
|
@@ -57,5 +57,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.badge{
|
||||
color: #0a0a0a;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user