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:
parent
95e3c7f966
commit
12fcff9fe8
|
|
@ -59,9 +59,6 @@ const HEADER = `
|
|||
width: 100%;
|
||||
margin: 0 0;
|
||||
}
|
||||
a.reader-title {
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
img {
|
||||
max-width:100%;
|
||||
height:auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue