Merge branch 'SuperTux88-fix-dark-download-link'

This commit is contained in:
El RIDO 2018-10-02 20:42:38 +02:00
commit 00692a29d6
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 7 additions and 0 deletions

View File

@ -144,3 +144,7 @@ footer h4 {
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal !important;
}
.dark-theme .alert-info .alert-link {
color: #fff;
}

View File

@ -92,6 +92,9 @@ endif;
if ($isCpct):
?> class="navbar-spacing"<?php
endif;
if ($isDark):
?> class="dark-theme"<?php
endif;
?>>
<div id="passwordmodal" tabindex="-1" class="modal fade" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">