A dark mode for httpstatuses.com.
Dark httpstatuses.com by lennybacon
Details
Authorlennybacon
LicenseNo License
Categoryuserstyles, dark
Created
Updated
Size529 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 Dark httpstatuses.com
@version 20220113.21.43
@namespace userstyles.world/user/lennybacon
@description A dark mode for httpstatuses.com.
@author lennybacon
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://httpstatuses.com/") {
body, .share, code{
background-color: #222;
}
code{
border: none;
}
h2, code{
color: #efefef
}
li > a {
color: #ccc!important;
}
#http-status-codes{
color: #d6156d;
}
.banner, .share {
display: none;
}
}