Skip to content

ifconfig.me Dark mode by zvbt

Details

Authorzvbt

LicenseNo License

Categoryhttps://ifconfig.me/

Created

Updated

Size411 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for ifconfig.me

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ifconfig.me Dark mode
@version      20240210.20.57
@namespace    https://userstyles.world/user/zvbt
@description  Dark mode for ifconfig.me
@author       zvbt
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://ifconfig.me/") {
* {
    color: #fff !important;
}
body {
    background: #101010 !important;
}

#container {
    background: #202020 !important;
}
}

Reviews

No reviews yet.