Skip to content

pokepedia.fr by 7pri2

Screenshot of pokepedia.fr

Details

Author7pri2

LicenseNo License

Categorypokepedia

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Very basic dark mode, will be improved but is a good starting point

Notes

dark mode for pokepedia.fr

Source code

/* ==UserStyle==
@name           pokepedia.fr
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Bad but better than nothing dark mode
@author         Cyprien Eymond Laritaz
==/UserStyle== */
@-moz-document domain("pokepedia.fr") {
    :root {
        --color-emphasized: #dadada;
        --background-color-base: #232323;
        --color-base: #c5c5c5;
        --background-color-neutral-subtle: black;
        --color-progressive--hover: #79c9f8;
        --color-progressive: #4294ff;
    }

    table.tableaustandard {
        color: var(--color-emphasized);
        background-color: var(--color-base);

        td {
            background-color: var(--background-color-base);
        }

        th {
            background-color: var(--background-color-base);
        }
    }

    table.ficheinfo td.illustration {
        background-color: var(--background-color-base);
    }

    .ruban-pokemon,
    .renvoi-article {
        background-color: var(--background-color-base) !important;
    }
}

Reviews

No reviews yet.