Dark Theme for https://fri-gate.org/
Fri-Gate Dark Theme by cerberuzzz
Details
Authorcerberuzzz
LicenseNo License
Categoryfri-gate.org
Created
Updated
Size994 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 Fri-Gate Dark Theme
@namespace divspace
@version 1.0.0
@description Dark Theme
@author `div
==/UserStyle== */
@-moz-document domain("fri-gate.org") {
* {
color: #999 !important;
}
body {
background: #161616 !important;
}
a {
text-shadow: 0px 0px 0px !important;
}
a:hover {
text-shadow: 0px 0px 2px #fff !important;
}
img.img-fluid,
.uk-text-center img,
[class*=uk-width].uk-hidden-small img {
filter: grayscale(1) invert(1);
}
img.img-fluid:hover {
filter: grayscale(1) invert(0.85);
}
.fr-navbar,
.uk-panel-box,
.fr-button-large,
.uk-text-center {
background-color: #111 !important;
border-color: #161616;
}
.uk-button:hover {
background-color: #333 !important;
border-color: #111;
}
div:has(div.uk-text-center) {
background: #161616 !important;
}
}