mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
improve bookmark control colour contrast
This commit is contained in:
@ -804,9 +804,16 @@
|
||||
.bookmark-control-button:hover,
|
||||
.bookmark-control-button:focus {
|
||||
background-color: hsla(var(--theme-accent-rgb-text), 0.1);
|
||||
color: hsl(var(--theme-accent-rgb-text));
|
||||
}
|
||||
|
||||
.bookmark-control-button:active,
|
||||
.bookmark-control-button.active {
|
||||
color: hsl(var(--theme-accent-rgb-text));
|
||||
}
|
||||
|
||||
.bookmark-control-button:disabled {
|
||||
color: hsl(var(--theme-accent-rgb-text));
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user