Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Updated about:debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Nov 16, 2021
1 parent 577f33b commit 492dd16
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions Full dark theme/Proton (FF 89+)/userContent.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
/* Made by Izheil */

/* Last updated: 03/11/2021 */
/* Last updated: 16/11/2021 */

/* This part imports the Addons file if there is one, so that you don't have to edit the dynamic URL
from the addons rules every time we update anything here */
Expand Down Expand Up @@ -1226,15 +1226,33 @@ treechildren::-moz-tree-row(selected){
--blue-70: var(--in-content-primary-button-background-hover) !important;
--grey-50: #aaa !important;
--grey-20: #666 !important;
--sidebar-background-hover: rgba(255,255,255,0.1) !important;
--button-hover-background-color: rgba(255,255,255,0.2) !important;
--button-background-color: rgba(255,255,255,0.1) !important;
--button-color: #ddd !important;
--card-background-color: #333 !important;
--primary-button-background-color: var(--in-content-primary-button-background) !important;
--primary-button-hover-background-color: var(--in-content-primary-button-background-hover) !important;
--primary-button-active-background-color: var(--in-content-primary-button-background-active) !important;
}

.sidebar__footer__icon {fill: #fff !important}
.connect-section__header__icon {filter: invert(.7)}
.primary-button, .default-button {color: #ddd !important}
.primary-button:hover, .default-button:hover,
.primary-button:active, .default-button:active {color: #fff !important}
.sidebar__footer__icon, .connect-section__header__icon {fill: #fff !important}
.primary-button {color: #ddd !important}
.sidebar {background-color: #333 !important}

input[type="text"] {
background-color: rgba(255,255,255,0.05);
}

aside.message--level-warning {
background-color: #a60 !important;
color: #ccc !important;
}

aside.message--level-warning a {
color: #da0 !important;
}

/*-- Old layout starts here --*/

/* This affects the categories part */
Expand Down

0 comments on commit 492dd16

Please sign in to comment.