Remove superfluous css

It makes no sense to force text to be white, especially for users that already use a white background. I probably included this line by mistake.
This commit is contained in:
Rijnder Wever 2022-06-03 16:46:05 +02:00 committed by GitHub
parent 95e3c7f966
commit 12fcff9fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ const HEADER = `
width: 100%;
margin: 0 0;
}
a.reader-title {
color: #FFFFFF !important;
}
img {
max-width:100%;
height:auto;