Styles SABnzbd on the default port URL (127.0.0.1)
As of now, only the font is changed.
Authorpromatteproductions
LicenseNo License
Category127.0.0.1
Created
Updated
Size313 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Styles SABnzbd on the default port URL (127.0.0.1)
As of now, only the font is changed.
/* ==UserStyle==
@name SABnzbd Port:127.0.0.1
@namespace 127.0.0.1
@version 1.0.3
@description Styles SABnzbd on the default port URL (127.0.0.1)
@author ProMatteProductions
==/UserStyle== */
@-moz-document domain("127.0.0.1") {
body{
font-family: system-ui;
}
}