Kinda forces a less dark dark mode and removes top header. Also changes comic strip size.
Manhwaz Personal Style by Nobepico
Details
AuthorNobepico
LicenseNo License
Categorymanhwaz
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Manhwaz
@version 20241103.02.40
@namespace https://userstyles.world/user/Nobepico
@description Kinda force a less dark dark mode and remove top header.
@author Nobepico
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://manhwaz.com/etc/passwd/manhwaz.com/public_html/public/index.php/webtoon/"), url-prefix("https://manhwaz.com/webtoon/") {
/* Change background colour */
body {
background-color: hsl(210 10% 5%);
}
.site-header .sub-header-nav {
background-color: hsl(210 10% 5%);
}
/* Change header text colour */
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
color: #fff;
}
.site-header .sub-header-nav .sub-nav_content .sub-nav_list li a {
color: #fff;
}
/* Change colour of Sign in and Sing up buttons */
.site-header .sub-header-nav .c-modal_item .btn-active-modal {
color: #fff;
border: 2px solid #333;
}
/* Change width of comic strip and remove shadow */
.reading-content {
max-width: 700px;
box-shadow: none;
}
.page-break {
width: 700px;
}
/* Remove random bullcrap on top of the comic strip */
.wp-manga-nav {
display: none;
}
/* Slightly change colour of navbar and whatnot to better fit the background */
.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;
}
:root {
--blue: #032F3C;
--primary: #032F3C;
}
}