Fixed dark mode footer text color
Updated to use config accessor rather than boolean valuemain
parent
b2133edaa3
commit
ebfa87f561
|
@ -105,7 +105,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p style="color: {{ '#fff' if dark_mode else '#000' }};">
|
<p style="color: {{ '#fff' if config.dark else '#000' }};">
|
||||||
Whoogle Search v{{ version_number }} ||
|
Whoogle Search v{{ version_number }} ||
|
||||||
<a style="color: #685e79" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>
|
<a style="color: #685e79" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue