Fix: background of supernova contextline on hover is too light

This commit is contained in:
irhdevel 2025-05-11 01:02:03 +09:00
parent 303b758dd7
commit b8b036c0dd
3 changed files with 8 additions and 8 deletions

8
css/leptonChrome.css generated
View file

@ -7658,7 +7658,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.4) !important;
opacity: 1 !important; opacity: 1 !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
@ -7666,7 +7666,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(255, 255, 255, 0.2) !important; background-color: rgba(255, 255, 255, 0.4) !important;
} }
/* Animation */ /* Animation */
@media (prefers-reduced-motion: no-preference) { @media (prefers-reduced-motion: no-preference) {
@ -22505,7 +22505,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.4) !important;
opacity: 1 !important; opacity: 1 !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
@ -22513,7 +22513,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(255, 255, 255, 0.2) !important; background-color: rgba(255, 255, 255, 0.4) !important;
} }
/* Animation */ /* Animation */
/* Animation for hover effect */ /* Animation for hover effect */

View file

@ -8100,7 +8100,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.4) !important;
opacity: 1 !important; opacity: 1 !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
@ -8108,7 +8108,7 @@
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(255, 255, 255, 0.2) !important; background-color: rgba(255, 255, 255, 0.4) !important;
} }
/* Animation */ /* Animation */
@media (prefers-reduced-motion: no-preference) { @media (prefers-reduced-motion: no-preference) {

View file

@ -39,7 +39,7 @@ tabs tab.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-con
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.4) !important;
opacity: 1 !important; opacity: 1 !important;
} }
@ -48,7 +48,7 @@ tabs tab.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-con
> .tab-stack > .tab-stack
> .tab-background > .tab-background
> .tab-context-line::before { > .tab-context-line::before {
background-color: rgba(255, 255, 255, 0.2) !important; background-color: rgba(255, 255, 255, 0.4) !important;
} }