Tweaks for generalfuzz.net (ACRN Tinnitus Protocol)
generalfuzz.net by gerboa
Details
Authorgerboa
LicenseNo License
Categorygeneralfuzz.net
Created
Updated
Size503 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 generalfuzz.net
@version 20220525.10.47
@namespace userstyles.world/user/gerboa
@description Tweaks for generalfuzz.net (ACRN Tinnitus Protocol)
@author gerboa
@license No License
==/UserStyle== */
@-moz-document domain("generalfuzz.net") {
body {
background-color: #333;
color: silver;
}
.navbar-default {
background-image: linear-gradient(to bottom, #444 0, #666 100%);
border-color: #555
}
.jumbotron {
background-color: #555 !important;
}
}