Dark theme for neal.fun
neal.fun Dark by plumkator
Details
Authorplumkator
LicenseNo License
Categoryhttps://neal.fun/progress/
Created
Updated
Size962 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name neal.fun Dark
@version 20230429.22.38
@namespace userstyles.world/user/plumkator
@description Dark theme for neal.fun
@author plumkator
@license No License
==/UserStyle== */
@-moz-document domain("neal.fun") {
.simple-page{
background: #1c1c1c;
}
.header-wrapper[data-v-d53c391a]{
background: #1c1c1c;
border-bottom: 1px solid #2ecc71;
}
.header-site-link[data-v-d53c391a] svg,.logo{
filter: invert(53%) sepia(92%) saturate(369%) hue-rotate(93deg) brightness(104%) contrast(86%);
}
.title[data-v-010556bb]{
color: #2ecc71;
background: #1c1c1c;
}
.progress-bars[data-v-010556bb]{
background: #1c1c1c;
}
.container[data-v-010556bb]{
color: #2ecc71;
}
.progress-bar-wrapper[data-v-010556bb]{
background: #1c1c1c;
border: 1px solid;
}
.footer-wrapper{
background: #1c1c1c !important;
border-top: 1px solid #2ecc71;
}
.related-text{
color: #2ecc71 !important;
}
}