Skip to content

Dark httpstatuses.com by lennybacon

Screenshot of Dark httpstatuses.com

Details

Authorlennybacon

LicenseNo License

Categoryuserstyles, dark

Created

Updated

Size529 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark mode for httpstatuses.com.

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;
}
}

Reviews

No reviews yet.