Dark Mode for Flathub
Flathub Dark Mode by tas367

Details
Authortas367
LicenseNo License
Categoryflathub
Created
Updated
Code size555 B
Code checksum93cb1da5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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: 24.78% 0 0;
--flathub-arsenic: 17.76% 0 0;
--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: oklch(var(--flathub-arsenic)/.8);
}
}