Skip to content

cg dark no fuzz by hannesgith

Details

Authorhannesgith

LicenseNo License

Categorychina-gadgets.de

Created

Updated

Size461 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

clean and smooth dark CG, no fuzz, no clutter

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         learn.qiskit.org
@version      20230508.15.08
@namespace    ?
==/UserStyle== */

@-moz-document domain("learn.qiskit.org") {
.body {
    backdrop-filter: invert(1);
    filter: invert(1);
}

#textbook_content {
    color: white
}
.c-textbook__page {
    color: white;
    background: #e3ddd5;
}

#textbook_content > * {
    color: black;
}

#qiskit-navbar{
    filter: invert(1);
    backdrop-filter: invert(1);
    color:red;
}
}

Reviews

No reviews yet.