Trying out blue-50 #27
This commit is contained in:
parent
b07d138856
commit
5a3e5dcc05
|
@ -66,12 +66,13 @@
|
|||
|
||||
}
|
||||
|
||||
|
||||
:root {
|
||||
--primary-dark-color: var(--grey-70); /* Color of FF dark theme nav-bar */
|
||||
--primary-light-color: var(--grey-40); /* Off white */
|
||||
--light-accent-color: #9c9d9f; /* Slightly darker off white */
|
||||
--light-accent-color: var(--grey-50); /* Slightly darker off white */
|
||||
--dark-accent: var(--grey-80); /* darker shade of main color */
|
||||
--mid-way-color: #5c5a5a; /* inbetween main dark and light color */
|
||||
--primary-accent-color: var(--orange-70);
|
||||
--primary-accent-color-dark: var(--orange-80); /* Darker cyan color */
|
||||
--mid-way-color: var(--grey-60); /* inbetween main dark and light color */
|
||||
--primary-accent-color: var(--blue-50);
|
||||
--primary-accent-color-dark: var(--blue-60); /* Darker cyan color */
|
||||
}
|
||||
|
|
|
@ -62,14 +62,14 @@
|
|||
/* Color of FF dark theme nav-bar */
|
||||
--primary-light-color: var(--grey-40);
|
||||
/* Off white */
|
||||
--light-accent-color: #9c9d9f;
|
||||
--light-accent-color: var(--grey-50);
|
||||
/* Slightly darker off white */
|
||||
--dark-accent: var(--grey-80);
|
||||
/* darker shade of main color */
|
||||
--mid-way-color: #5c5a5a;
|
||||
--mid-way-color: var(--grey-60);
|
||||
/* inbetween main dark and light color */
|
||||
--primary-accent-color: var(--orange-70);
|
||||
--primary-accent-color-dark: var(--orange-80);
|
||||
--primary-accent-color: var(--blue-50);
|
||||
--primary-accent-color-dark: var(--blue-60);
|
||||
/* Darker cyan color */
|
||||
}
|
||||
/* The following code is based on that found on
|
||||
|
@ -515,24 +515,18 @@ browser[type="content-primary"],
|
|||
browser[type="content"] > html {
|
||||
background: #323234 !important;
|
||||
}
|
||||
#connection-icon {
|
||||
fill: var(--primary-accent-color) !important;
|
||||
#identity-box.verifiedIdentity {
|
||||
--urlbar-separator-color: var(--grey-50) !important;
|
||||
}
|
||||
|
||||
.identity-popup-connection-secure,
|
||||
#identity-box.verifiedIdentity #identity-icon-labels {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
#identity-box.verifiedIdentity {
|
||||
--urlbar-separator-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
.identity-popup-connection-secure {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
|
||||
#identity-popup[connection^=secure] #identity-popup-securityView,
|
||||
#identity-popup[connection^=secure] #identity-popup-security-content {
|
||||
#identity-popup[connection^=secure] #identity-popup-security-content,
|
||||
#connection-icon {
|
||||
fill: var(--primary-accent-color) !important;
|
||||
}
|
||||
/* Change active tab line color */
|
||||
|
|
|
@ -62,14 +62,14 @@
|
|||
/* Color of FF dark theme nav-bar */
|
||||
--primary-light-color: var(--grey-40);
|
||||
/* Off white */
|
||||
--light-accent-color: #9c9d9f;
|
||||
--light-accent-color: var(--grey-50);
|
||||
/* Slightly darker off white */
|
||||
--dark-accent: var(--grey-80);
|
||||
/* darker shade of main color */
|
||||
--mid-way-color: #5c5a5a;
|
||||
--mid-way-color: var(--grey-60);
|
||||
/* inbetween main dark and light color */
|
||||
--primary-accent-color: var(--orange-70);
|
||||
--primary-accent-color-dark: var(--orange-80);
|
||||
--primary-accent-color: var(--blue-50);
|
||||
--primary-accent-color-dark: var(--blue-60);
|
||||
/* Darker cyan color */
|
||||
}
|
||||
@-moz-document url-prefix(about:) {
|
||||
|
|
Loading…
Reference in New Issue