mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-26 09:55:02 +01:00
Added explicit white background color in the CSS
Required to make the web page look ok with macOS Mojave's Dark Mode.
This commit is contained in:
parent
2b22328c8c
commit
ca311fe5cc
@ -10,6 +10,7 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/grids-responsive-min.css">
|
||||
<style>
|
||||
html, .pure-g [class *= "pure-u"] {
|
||||
background-color: white;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
pre {
|
||||
|
Loading…
x
Reference in New Issue
Block a user