mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-08-30 23:00:06 -04:00
Series/Volume/Chapter detail pages can now have title be customizable via Themes (#3994)
This commit is contained in:
parent
c42dfeda02
commit
0448535148
@ -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;
|
||||
}
|
||||
|
@ -437,6 +437,7 @@
|
||||
--login-input-placeholder-color: #fff;
|
||||
|
||||
/** Series Detail **/
|
||||
--detail-title-color: white;
|
||||
--detail-subtitle-color: lightgrey;
|
||||
|
||||
/** Search **/
|
||||
|
Loading…
x
Reference in New Issue
Block a user