Skip to content

dark osintframework by JWD-II

Details

AuthorJWD-II

LicenseNo License

Categoryosintframework.com

Created

Updated

Size499 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for osintframework.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         dark osintframework
@version      20240920.19.15
@namespace    https://userstyles.world/user/JWD-II
@description  dark mode for osintframework.com
@author       JWD-II
@license      No License
==/UserStyle== */

@-moz-document domain("osintframework.com") {
body {
    background-color: #181818;
    color: white;
    stroke: #cacaca;
}
.node text {
    fill: white;
    stroke: none;
    filter: drop-shadow(0px 0px 3px rgb(0, 0, 0));
}
.legend {
    color: white
}
}

Reviews

No reviews yet.