Adding codestats.net gruvbox
This commit is contained in:
parent
bdcb8ec06f
commit
b5f0ece1ed
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue