diff --git a/codestats-gruvbox.css b/codestats-gruvbox.css new file mode 100644 index 0000000..067c9f0 --- /dev/null +++ b/codestats-gruvbox.css @@ -0,0 +1,33 @@ +/* ==UserStyle== +@name Code::Stats Gruvbox Edition +@namespace code.criminallycute.fi/siina/userstyles +@version 1.0.0 +@description gruvbox colours for codestats.net +@author @siina@fedi.criminallycute.fi +==/UserStyle== */ + +@-moz-document domain("codestats.net") { + body, h1, h2, h3, h4, h5, h6, + .stripe, .stripe.stripe-accent { + color: #ebdbb2 !important; + } + body, .stripe { + background-color: #282828; + } + .stripe.stripe-accent { + background-color: #3c3836; + } + #header-logo img { + filter: invert(65%) sepia(100%); + } + #header-nav a, #header-nav a:visited, + .stripe.stripe-accent a, .stripe.stripe-accent a:visited { + color: #689d6a; + } + canvas { + filter: invert(100%); + } + #main-stats-container section.top-flows + section.day-info { + border-right: 1px solid #3c3836; + } +}