Black background for the reader, darker images and a small margin between images to make the separation between pages more visible
mangabuddy dark with margins by bastien-baloup
Details
Authorbastien-baloup
LicenseNo License
Categorymangabuddy.com
Created
Updated
Code size553 B
Code checksum7b6fdb27
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mangabuddy dark with margins
@version 20250112.23.18
@namespace https://userstyles.world/user/Bastien-Baloup
@description Black background for the reader, darker images and small margin between images to make the separation between pages more visible
@author Bastien-Baloup
==/UserStyle== */
@-moz-document domain("mangabuddy.com") {
body.dark-mode #viewer-page {
background: #050505 !important;
}
.chapter-image {
margin-bottom : 1rem !important;
}
.chapter-image img {
filter: brightness(75%)
}
}