Makes the Fedora Project Packages site dark (based on the Nord theme)
https://packages.fedoraproject.org/
Fedora Project - Packages Nord (dark) by deadbeet
Details
Authordeadbeet
LicenseCC
Categoryfedora packages
Created
Updated
Size694 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fedora Project - Packages Nord (dark)
@version 20220414.13.28
@namespace userstyles.world/user/deadbeet
@description Makes the Fedora Project Packages site dark (based on the Nord theme)
https://packages.fedoraproject.org/
@author deadbeet
@license CC
==/UserStyle== */
@-moz-document domain("packages.fedoraproject.org") {
body {
background-color: #2e3440 !important;
color: #88c0d0 !important;
}
.table {
color: #eceff4 !important;
}
.list-group-item {
color: #eceff4 !important;
background-color: #5e81ac !important;
}
.list-group-item > a {
color: #eceff4 !important;
background-color: #5e81ac !important;
}
}