mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Fix incorrect background color on reader page
This commit is contained in:
parent
952aa0c6ca
commit
3de314ae9a
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="background-color: black;">
|
||||
<html class="reader-bg">
|
||||
|
||||
<% page = "Reader" %>
|
||||
<%= render_component "head" %>
|
||||
@ -112,6 +112,7 @@
|
||||
<style>
|
||||
img[data-src][src*='data:image'] { background: white; }
|
||||
img { width: 100%; }
|
||||
.reader-bg { background: black; }
|
||||
</style>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user