mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-22 16:28:32 +00:00
use wave accent color for contextswitch pill (#1247)
This commit is contained in:
parent
61719344e8
commit
7718aebc17
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@
|
|||
}
|
||||
|
||||
.pill-option.active {
|
||||
background-color: #0073e6;
|
||||
background-color: rgb(88, 193, 66);
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.pill-option:not(.active):hover {
|
||||
|
|
@ -40,7 +41,7 @@ html[data-theme="dark"] .pill-option {
|
|||
}
|
||||
|
||||
html[data-theme="dark"] .pill-option.active {
|
||||
background-color: #005bb5; /* Darker blue for active state */
|
||||
background-color: rgb(88, 193, 66); /* Darker blue for active state */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue