18 lines
360 B
CSS
18 lines
360 B
CSS
/* Books module — additional styles for shell-wrapped pages */
|
|
|
|
/* Dark theme for reader page */
|
|
body[data-theme="dark"] {
|
|
background: #0f172a;
|
|
}
|
|
|
|
body[data-theme="dark"] .rstack-header {
|
|
background: #0f172a;
|
|
border-bottom-color: #1e293b;
|
|
}
|
|
|
|
/* Library grid page */
|
|
body[data-theme="light"] main {
|
|
background: #0f172a;
|
|
min-height: calc(100vh - 52px);
|
|
}
|