Skip to content

[Dark Mode] TheThingsIndustries doc by afonsoneto

Details

Authorafonsoneto

LicenseNo License

Categorydocumentation

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.thethingsindustries.com - 9/13/2021, 4:50:08 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Very basic dark mode for https://www.thethingsindustries.com/docs/
@author         https://github.com/AfonsoNeto
==/UserStyle== */

@-moz-document url-prefix("https://www.thethingsindustries.com/docs/") {
    /* Insert code here... */
    body, .navbar, .navbar a, ul.menu-list a, ul.menu-list li a, footer, strong { background-color: black !important; color: white; }
    ul.menu-list a:hover, ul.menu-list li a:hover, ul.menu-list li a.is-active { background-color: #1e5dff !important; color: white; }
    code { color: white; background-color: black; }
    pre, pre code { background-color: black !important; color: lightgray; border: 1px darkgray; }
    div.feedback { display: none; }
    div.notification, input.search-bar { background-color: darkgray !important; }
    span.ds-dropdown-menu .ds-dataset-1 { color: white !important; }
    div.notification code { background-color: black !important; }
    footer { border-top: 20px white; }
    footer a:not(.button), footer h3 { color: white !important; }
    footer a:hover { color: #1e5dff !important; }
    table.api tbody tr th { color: white !important; }
    a.button { background-color: darkgray; }
}

Reviews

No reviews yet.