A new dark userstyle for Flowlu.com
flowlu.com by TrevorLowing
Details
AuthorTrevorLowing
LicenseNo License
Categoryflowlu.com
Created
Updated
Code size1.4 kB
Code checksum4dd96b67
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name flowlu.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new dark userstyle for Flowlu.com
@author Trevor Lowing
==/UserStyle== */
@-moz-document domain("flowlu.com"), regexp(".*\\.flowlu\\.com"), domain("varry.us"), regexp(".*\\.varry\\.us") {
body.theme--color-dark .page-header.navbar {
color: black !important;
background-color: black !important;
border-color: black !important;
}
.page-bar {
background: var(--color-grey--dark)!important;
}
.page-container-bg-solid .page-content {
--page-content-background: var(--color-grey--500)!important;
}
.tabbable-line .nav.nav-tabs>li>a {
color: var(--color-text-dark-1) !important;
}
/* remove or comment out this line for a less dark mode
.page-container-bg-solid .page-content {
--page-content-background: var(--color-top-panel--dark) !important;
}
#sidecenter, #sideleft {
background: #100c08 !important;
padding: 0;
}
body {
color: #333;
background-color: #000 !important;
}
*/
:root {
--color-top-panel--dark: black !important;
--color-sidebar--dark: black !important;
--color-header--dark: black !important;
}
}