Skip to content

Commit

Permalink
removed some removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichayesferen committed Dec 3, 2023
1 parent 3bfc8b7 commit ae5bc8e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions mod-files/chrome/ferenChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,29 +292,11 @@
background-image: linear-gradient(var(--toolbar-bgcolor), var(--toolbar-bgcolor)); /*customizeMode.css:31, Firefox 114*/
}

:not(:-moz-lwtheme) .text-link { /*global-shared.css:152, Firefox 114*/
color: inherit !important;
text-decoration: underline !important;
}

:is(toolbar, panel) :is(a, .text-link):not(:-moz-lwtheme) { /*browser-shared.css:158, Firefox 114*/
color: #0060df !important;
}

toolbar[brighttext] :is(a, .text-link)):not(:-moz-lwtheme) { /*browser-shared.css:163, Firefox 114*/
color: var(--lwt-brighttext-url-color) !important;
}

:not(:-moz-lwtheme) .browser-toolbar.titlebar-color { /* Disables GTK's toolbar backgrounds */
appearance: none !important;
color: inherit !important;
}

:not(:-moz-lwtheme)::-moz-selection {
background: var(--button-primary-bgcolor) !important;
color: var(--button-primary-color) !important;
}

/* Stupid to unhardcode buttons */
.customizationmode-button {
-moz-appearance: none !important;
Expand Down

0 comments on commit ae5bc8e

Please sign in to comment.