commit 08581af017a7da71043c05b222d99acc8fd1d0fa parent 9b8fb41dc7cebf4d0a4ba597985de2ef19f192a6 Author: pyratebeard <root@pyratebeard.net> Date: Sat, 5 Aug 2017 13:49:54 +0100 custom css for stylish plugin Diffstat:
A | stylish/list | | | 2 | ++ |
A | stylish/newtab.css | | | 9 | +++++++++ |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/stylish/list b/stylish/list @@ -0,0 +1,2 @@ +github dark +reddit slate nights 2.1 (dark) diff --git a/stylish/newtab.css b/stylish/newtab.css @@ -0,0 +1,9 @@ +@namespace url(http://www.w3.org/1999/xhtml); + +@-moz-document url("about:newtab"){ +body + { + background-color: #212121; + color: #d9d9d9; + } +}