use lighter bg and darker text for settings tabs
This commit is contained in:
parent
106b9261f8
commit
930627c71c
1 changed files with 12 additions and 12 deletions
|
|
@ -90,43 +90,43 @@
|
||||||
// Element-specific styles for checked state
|
// Element-specific styles for checked state
|
||||||
.element-wind {
|
.element-wind {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$wind-bg-10;
|
background: colors.$wind-bg-20;
|
||||||
color: white;
|
color: colors.$wind-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-fire {
|
.element-fire {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$fire-bg-10;
|
background: colors.$fire-bg-20;
|
||||||
color: white;
|
color: colors.$fire-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-water {
|
.element-water {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$water-bg-10;
|
background: colors.$water-bg-20;
|
||||||
color: white;
|
color: colors.$water-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-earth {
|
.element-earth {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$earth-bg-10;
|
background: colors.$earth-bg-20;
|
||||||
color: white;
|
color: colors.$earth-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-dark {
|
.element-dark {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$dark-bg-10;
|
background: colors.$dark-bg-20;
|
||||||
color: white;
|
color: colors.$dark-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-light {
|
.element-light {
|
||||||
:global(.nav-item[data-state='checked']) {
|
:global(.nav-item[data-state='checked']) {
|
||||||
background: colors.$light-bg-10;
|
background: colors.$light-bg-20;
|
||||||
color: white;
|
color: colors.$light-text-10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue