1
1
Fork 0
nixos/options/custom/programs/firefox/customChrome.css
Myned 100f90966c
firefox: fix firefox-gnome-theme import
Signed-off-by: Myned <dev@bjork.tech>
2025-03-15 18:48:41 -05:00

21 lines
625 B
CSS

/***
https://github.com/rafaelmardojai/firefox-gnome-theme
***/
:root {
--gnome-accent: #d33682;
--gnome-tabbar-tab-hover-background: color-mix(in srgb, #073642, #586e75 10%);
--gnome-tabbar-tab-active-background: color-mix(in srgb, #073642, #586e75 20%);
--gnome-tabbar-tab-active-background-contrast: color-mix(in srgb, #073642, #586e75 20%);
--gnome-tabbar-tab-active-hover-background: color-mix(in srgb, #073642, #586e75 30%);
}
/* Center bookmarks */
#PlacesToolbarItems {
justify-content: center;
}
/* Disable bookmark folder icons */
.bookmark-item[container] > .toolbarbutton-icon {
display: none;
}