mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-23 13:59:22 +08:00
Fix: Slightly reduce tag opacity on light theme
This commit is contained in:
@@ -44,9 +44,14 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style lang="scss" scoped>
|
||||||
.tag-wrapper {
|
.tag-wrapper {
|
||||||
color: white;
|
color: white;
|
||||||
|
opacity: 0.85;
|
||||||
|
|
||||||
|
.dark & {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-text {
|
.tag-text {
|
||||||
|
Reference in New Issue
Block a user