Skip to content

qiskit black textbook by hannesgith

Screenshot of qiskit black textbook

Details

Authorhannesgith

LicenseNo License

Categorylearn.qiskit.org

Created

Updated

Size728 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simple inversion qiskit textbook (everything whit on black instead of black on white)

Notes

Userstyle doesn't have notes.

Source code

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

@-moz-document domain("learn.qiskit.org") {
@name         qiskit black textbook
@namespace    learn.qiskit.org
@description  simple inversion qiskit textbook (everything whit on black instead of black on white)
@author       hannesgith (https://hannesgith.github.io)
@version      0.0.1
    
akshdkjhasdkjh{}


.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.