admin: use light text on dark background in interface
This commit is contained in:
parent
87428909b2
commit
0f9c8e0335
4 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue