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