This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix visual bugs and improve overall css structure
- Fix visual bug where the border of the sidebar would display 1 extra pixel of space between menu bar and itself\n- Every theme colour is now an exportable variable\n- Remove unused css\n- Among other minor fixes
- Loading branch information
1 parent
e3a9765
commit aaeda40
Showing
5 changed files
with
82 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
:root[privatebrowsingmode="temporary"] { | ||
|
||
--focus-outline-color: rgb(172, 112, 255) !important; | ||
--toolbar-field-focus-border-color: rgb(172, 112, 255) !important; | ||
--lwt-selected-tab-background-color: rgb(60, 31, 123) !important; | ||
@import url("darkTheme.css"); | ||
|
||
--avatar-image-url: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important; | ||
:root[privatebrowsingmode="temporary"] { | ||
--focus-outline-color: var(--gg-purple) !important; | ||
--toolbar-field-focus-border-color: var(--gg-purple) !important; | ||
--lwt-selected-tab-background-color: var(--gg-purple-dark) !important; | ||
--avatar-image-url: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters