Skip to content

Commit 8d1a5b7

Browse files
committed
Fix: Blank page keep white color in dark theme
1 parent 67e506b commit 8d1a5b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## v1.0.0-beta.6 (dd-mm-yyyy)
7+
## v1.0.0 (dd-mm-yyyy)
88

99
##### 🚀 New Features
1010

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
- When reloading, change view or sorting a folder opens reading mode in some cases [`e8e2c16`](https://github.com/ollm/OpenComic/commit/e8e2c16a18d8f0c03b6b00b09a7c0d1bf8a24032)
1515
- Reading shortcuts remain active when going back to recently opened [`716c10b`](https://github.com/ollm/OpenComic/commit/716c10b3a6b3ec17352952bba6a19b3b1a4dd66a)
1616
- Some errors on go back before comic load [`99fb29d`](https://github.com/ollm/OpenComic/commit/99fb29dab7b07a94883199665167a1301774f4e8)
17+
- Blank page keep white color in dark theme
1718

1819
## [v1.0.0-beta.5](https://github.com/ollm/OpenComic/releases/tag/v1.0.0-beta.5) (24-11-2023)
1920

themes/material-design/reading.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
height: 100%;
187187
position: relative;
188188
z-index: 2;
189-
background-color: #fff;
189+
background-color: var(--md-sys-color-background);
190190
}
191191

192192
.reading-body .r-img > oc-img, .reading-lens .r-img > oc-img

0 commit comments

Comments
 (0)