1
1
Fork 0

firefox: add common css styles

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-18 09:06:44 -06:00
parent bfa69c6da1
commit fcfb1a9458
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,34 @@
/***
https://github.com/rafaelmardojai/firefox-gnome-theme
***/
:root {
--gnome-accent: #d33682;
--gnome-window-background: #002b36;
--gnome-window-color: #93a1a1;
--gnome-view-background: #073642;
--gnome-sidebar-background: #002b36;
--gnome-secondary-sidebar-background: #002b36;
--gnome-menu-background: #073642;
--gnome-headerbar-background: #002b36;
--gnome-toolbar-icon-fill: #93a1a1;
--gnome-tabbar-tab-hover-background: #073642;
--gnome-tabbar-tab-active-background: #073642;
--gnome-tabbar-tab-active-hover-background: #073642;
}
:root:-moz-window-inactive {
--gnome-inactive-entry-color: #586e75;
--gnome-tabbar-tab-hover-background: #073642;
--gnome-tabbar-tab-active-background: #073642;
}
/* Center bookmarks */
#PlacesToolbarItems {
justify-content: center;
}
/* Disable bookmark folder icons */
.bookmark-item[container] > .toolbarbutton-icon {
display: none;
}

View file

@ -0,0 +1,9 @@
/***
https://github.com/rafaelmardojai/firefox-gnome-theme
***/
@-moz-document url("about:newtab"), url("about:home"), url("about:blank") {
body {
background-color: #073642 !important;
}
}