mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Activity Stream - Border more bright
This commit is contained in:
parent
9a930ee943
commit
d3c37f4fa6
1 changed files with 2 additions and 5 deletions
|
|
@ -3,12 +3,9 @@
|
|||
/* Activity Stream - Search Focus Border: like URL */
|
||||
/* At DarkMode, Color */
|
||||
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"] {
|
||||
/* outer */
|
||||
--newtab-focus-outline: rgba(0, 221, 255, 0.5) !important; /* #00DDFF * opacity 0.5, Original: rgba(80, 145, 241, 0.5) */
|
||||
|
||||
/* inner */
|
||||
--newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
|
||||
--newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF */
|
||||
--newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
|
||||
--newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */
|
||||
}
|
||||
|
||||
/* Activity Stream - Web Site Icon: full size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue