Skip to content

Hetzner Robot DarkInvert by antiops

Screenshot of Hetzner Robot DarkInvert

Details

Authorantiops

LicenseNo License

Categoryhetzner

Created

Updated

Size493 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple dark theme for Hetzner Robot dashboard using a tweaked invert syntax.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hetzner Robot DarkInvert
@version      20211119.02.28
@namespace    userstyles.world/user/antiops
@description  Simple dark theme for Hetzner Robot dashboard using a tweaked invert syntax.
@author       antiops
@license      No License
==/UserStyle== */

@-moz-document domain("robot.your-server.de") {
html {
    -webkit-filter: invert(100%) hue-rotate(180deg) contrast(70%) !important;
    background: #fff;
}
.line-content {
    background-color: #fefefe;
}
}

Reviews

No reviews yet.