Skip to content

Dark mode: prirucka.ujc.cas.cz by Pavel-Sefl

Details

AuthorPavel-Sefl

LicenseNo License

Categoryprirucka.ujc.cas.cz

Created

Updated

Size739 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode / tmavý režim pro Internetovou jazykovou příručku.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           prirucka.ujc.cas.cz
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("prirucka.ujc.cas.cz") {
    :root {
        --c-blue: #5c5cff;
    }
    
    body {
        background: #000;
        color: #ccc;
    }
    
    #footer,
    #container {
        background-color: #000;
    }
    
    input {
        background: #000;
        color: #ccc;
        border-style: solid;
        border-width: 1px;
    }
    
    a,
    #navi ul a {
        color: var(--c-blue);
    }
    
    #navi ul li {
        border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) var(--c-blue);
    }
}

Reviews

No reviews yet.