mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-31 00:36:16 +00:00
Fix: Slightly reduce tag opacity on light theme
This commit is contained in:
parent
6e3a904aaa
commit
c2148fc0f1
1 changed files with 6 additions and 1 deletions
|
@ -44,9 +44,14 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.tag-wrapper {
|
||||
color: white;
|
||||
opacity: 0.85;
|
||||
|
||||
.dark & {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.tag-text {
|
||||
|
|
Loading…
Add table
Reference in a new issue