Skip to content

Manhwaz Personal Style by Nobepico

Screenshot of Manhwaz Personal Style

Details

AuthorNobepico

LicenseNo License

Categorymanhwaz

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Kinda forces a less dark dark mode and remove top header.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Manhwaz
@version    20241022.18.21
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://manhwaz.com/etc/passwd/manhwaz.com/public_html/public/index.php/webtoon/") {
body {
    background-color: dimgray;
}

a {
    color: #0bf;
}

.site-header .sub-header-nav {
    background-color: dimgray;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #000;
}

.site-header .sub-header-nav .c-modal_item {
    padding-top: 0;
}

.site-header .sub-header-nav .sub-nav_content .sub-nav_list li a {
    color: #000;
}

.site-header .sub-header-nav .c-modal_item .btn-active-modal {
    color: #111;
    border: 2px solid #fff;
}

.site-header .main-navigation.style-1 {
    background: #032F3C;
}

body.reading-manga .c-select-bottom .select-pagination .nav-links>* a, body.reading-manga .entry-header .select-pagination .nav-links>* a, body.reading-manga .entry-header .select-view a {
    background: #032F3C;
}

.page-break {
    width: 700px;
}

.wp-manga-nav {
    display: none;
}

:root {
    --blue: #032F3C;
    --primary: #032F3C;
}
}

Reviews

No reviews yet.