Skip to content

Zig Learn Light Mode by kotatsuyaki

Details

Authorkotatsuyaki

LicenseCC-BY-SA 4.0

Categoryziglearn.org

Created

Updated

Size290 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Light mode for Zig Learn (ziglearn.org).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Zig Learn Light Mode
@version      20230426.02.42
@namespace    ?
==/UserStyle== */

@-moz-document domain("ziglearn.org") {
body {
    background: #efefef;
    color: #111111;
}

.book-menu nav {
    background: #efefef;
}

.book-icon {
    filter: none;
}
}

Reviews

No reviews yet.