Skip to content

jel.ly.fish header by mehalter

Details

Authormehalter

LicenseWTFPL

Categoryjel.ly.fish -> userstyles

Created

Updated

Size764 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows for configuration of the header of jel.ly.fish

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           jel.ly.fish header
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Configure Jellyfish header
@author         Micah Halter
@preprocessor   stylus

@var            color background_color "Background Color" #2b353e
@var            color border_color "Border Color" #4f6675
==/UserStyle== */
@-moz-document url-prefix("https://jel.ly.fish/") {
    .eSeWQv {
        background-color: background_color !important;
    }
    .css-1mjzx0l-control {
        background: none !important;
    }
    .bbVvRl {
        background-color: background_color !important;
    }
    .css-ahyjpl-control {
        background-color: background_color !important;
        border-color: border_color !important;
    }
}

Reviews

No reviews yet.