Skip to content

Flathub Dark Mode by tas367

Screenshot of Flathub Dark Mode

Details

Authortas367

LicenseNo License

Categoryflathub

Created

Updated

Size543 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Flathub

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Flathub Dark Mode
@namespace      https://github.com/tas367/UserStyles/
@version        1.0.3
@description    Darkmode for Flathub
@author         tas367
==/UserStyle== */

@-moz-document domain("flathub.org") {
:root {
    --flathub-granite-gray: 0 0 13;
    --flathub-arsenic: 0 0 7;
    --flathub-dark-gunmetal: 0 0 0;
}
.bg-gray-500 {
    background-color: rgb(5 5 5/var(--tw-bg-opacity));
}
.dark\:hover\:bg-flathub-arsenic\/90:hover:is(.dark *) {
    background-color: hsl(var(--flathub-arsenic)/.8);
}
}

Reviews

No reviews yet.