Fixed dark mode footer text color

Updated to use config accessor rather than boolean value
pull/89/head
Ben Busby 4 years ago committed by GitHub
parent b2133edaa3
commit ebfa87f561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@
</div>
</div>
<footer>
<p style="color: {{ '#fff' if dark_mode else '#000' }};">
<p style="color: {{ '#fff' if config.dark else '#000' }};">
Whoogle Search v{{ version_number }} ||
<a style="color: #685e79" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>
</p>

Loading…
Cancel
Save