Series/Volume/Chapter detail pages can now have title be customizable via Themes (#3994)

This commit is contained in:
William Brockhus 2025-08-21 01:24:18 +10:00 committed by GitHub
parent c42dfeda02
commit 0448535148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@use './theme/variables' as theme;
.title {
color: white;
color: var(--detail-title-color, white);
font-weight: bold;
font-size: 1.75rem;
}

View File

@ -437,6 +437,7 @@
--login-input-placeholder-color: #fff;
/** Series Detail **/
--detail-title-color: white;
--detail-subtitle-color: lightgrey;
/** Search **/