Skip to content

Flipper Lab Darkmode by NanashiTheNameless

Details

AuthorNanashiTheNameless

Licensehttps://oql.avris.it/license?c=NamelessNanashi%7Chttps%3A%2F%2FNamelessNanashi.dev%2F

Categoryflipper.net userstyles

Created

Updated

Size735 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darkmode Flipper Lab

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Flipper Lab Darkmode
@version      20240513.22.11
@namespace    Nameless.Nanashi.Flipper
@description  Darkmode Flipper Lab
@author       NamelessNanashi
@license      https://oql.avris.it/license?c=NamelessNanashi%7Chttps%3A%2F%2FNamelessNanashi.dev%2F
==/UserStyle== */
@-moz-document domain("lab.flipper.net") {
    body {
        background: #333
    }
    :root {
        --q-primary: #848484;
        background: #333
    }
    .q-drawer {
        background: #424242;
    }
    .bg-grey-2 {
        background: #424242 !important;
    }
    .q-layout__section--marginal {
        background-color: #848484;
        color: #424242;
    }
    .text-black {
        color: #808080 !important;
    }
}

Reviews

No reviews yet.