Shows Proboards layout to take up less space + Black background.
Proboards (adjusted) by coolslutguy420_2nd-ressurection
Details
Authorcoolslutguy420_2nd-ressurection
LicenseNo License
CategoryProboards
Created
Updated
Size368 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 Proboards (adjusted)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Shows Proboards layout to take up less space + Black background.
@author Me
==/UserStyle== */
@-moz-document domain("proboards.com") {
body {
max-width: 600px;
background-color: #000;
}
footer {
color: white;
}
}