mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Usercontent - Darkmode case
This commit is contained in:
parent
28ee89681f
commit
e407f5d965
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
@-moz-document url("about:home"), url("about:newtab") {
|
@-moz-document url("about:home"), url("about:newtab") {
|
||||||
/** Activity Stream - Search Focus Border: like URL ***********************/
|
/** Activity Stream - Search Focus Border: like URL ***********************/
|
||||||
/* At DarkMode, Color */
|
/* At DarkMode, Color */
|
||||||
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"] {
|
body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"],
|
||||||
|
body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] {
|
||||||
/* inner */
|
/* inner */
|
||||||
--newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
|
--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 */
|
--newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue