admin: use light text on dark background in interface

This commit is contained in:
nemunaire 2018-01-06 15:14:40 +01:00
commit 0f9c8e0335
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<div class="jumbotron text-light bg-primary">
<div class="jumbotron text-light bg-dark">
<h1 class="display-4">Interface d'administration du challenge</h1>
<p class="lead">
Sélectionnez une action dans le menu ci-dessus.

View file

@ -1,4 +1,4 @@
<div class="jumbotron text-light bg-primary">
<div class="jumbotron text-light bg-dark">
<h2>Paramètres<button ng-click="regenerate()" class="float-right btn btn-info" type="button"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Regénérer les fichiers statiques</a></h2>
<hr>