dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 34146a57810f73f2383e04e565162a10cd58fa42
parent 8277dc394ecf9f87b28172a7f63bac2df4de3ee7
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 14 Oct 2017 23:27:18 +0100

add browser css and change newtab color. reddit option changed in list, added gitlab and jira

Diffstat:
Astylish/browser.css | 23+++++++++++++++++++++++
Mstylish/list | 4+++-
Mstylish/newtab.css | 11+++++------
3 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/stylish/browser.css b/stylish/browser.css @@ -0,0 +1,22 @@ +#tabbrowser-tabs, +#urlbar, +#urlbar-container, +#bookmarks-menu-button, +#downloads-button, +#stylish-toolbar-button, +#nav-bar-overflow-button, +#PanelUI-button, +#new-tab-button, +#alltabs-button, +.scrollbutton-up, +.scrollbutton-down { + font-family: "tamzen" !important; + background-color: #151515 !important; + color: #d8d0c7 !important; +} + +#tabbrowser-tabs tab[selected] { + background-color: #a0cf5d !important; + color: #151515 !important; + font-family: "tamzen" !important; +} +\ No newline at end of file diff --git a/stylish/list b/stylish/list @@ -1,2 +1,4 @@ github dark -reddit slate nights 2.1 (dark) +reddit minimal dark +gitlab dark +jira dark diff --git a/stylish/newtab.css b/stylish/newtab.css @@ -1,9 +1,7 @@ @namespace url(http://www.w3.org/1999/xhtml); -@-moz-document url("about:newtab"){ -body - { - background-color: #212121; - color: #d9d9d9; +@-moz-document url("about:newtab") { + body { + background-color: #151515 !important; } -} +} +\ No newline at end of file