color adjustment for tables rows in darkmode
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<h3>{{ lng('welcome.title') }}</h3>
|
||||
<p class="lead mb-5">{{ lng('welcome.config_note') }}</p>
|
||||
<a class="btn btn-lg btn-light text-info" href="{{ linker({'section': 'configfiles', 'page': 'configfiles'}) }}">{{ lng('welcome.config_now') }}</a>
|
||||
<aside class="position-absolute bottom-0 end-0 p-5">
|
||||
<aside class="position-absolute bottom-0 end-0 p-5 d-none d-md-block">
|
||||
<i class="fa-solid fa-hat-wizard fa-5x"></i>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user