admin: use light text on dark background in interface

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

View File

@ -19,8 +19,8 @@ const indextpl = `<!DOCTYPE html>
<base href="{{.urlbase}}"> <base href="{{.urlbase}}">
<script src="/js/d3.v3.min.js"></script> <script src="/js/d3.v3.min.js"></script>
</head> </head>
<body> <body class="bg-light text-dark">
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light" style="margin-bottom: 5px;"> <nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark text-light" style="margin-bottom: 5px;">
<a class="navbar-brand" href="{{.urlbase}}"> <a class="navbar-brand" href="{{.urlbase}}">
<img alt="FIC" src="{{.urlbase}}img/fic.png" style="height: 30px"> <img alt="FIC" src="{{.urlbase}}img/fic.png" style="height: 30px">
</a> </a>

View File

@ -17,8 +17,8 @@
<base href="/"> <base href="/">
<script src="/js/d3.v3.min.js"></script> <script src="/js/d3.v3.min.js"></script>
</head> </head>
<body> <body class="bg-light text-dark">
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light" style="margin-bottom: 5px;"> <nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark text-light" style="margin-bottom: 5px;">
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="/">
<img alt="FIC" src="/img/fic.png" style="height: 30px"> <img alt="FIC" src="/img/fic.png" style="height: 30px">
</a> </a>

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> <h1 class="display-4">Interface d'administration du challenge</h1>
<p class="lead"> <p class="lead">
Sélectionnez une action dans le menu ci-dessus. 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> <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> <hr>