Include an additional css file to allow for site specific changes and style overrides

This commit is contained in:
Simon Marsh 2019-01-11 22:32:06 +00:00
parent ce1fb43ebe
commit 8fd7cc13cd
2 changed files with 7 additions and 1 deletions

5
static/css/local.css Normal file
View File

@ -0,0 +1,5 @@
/*
* This file can be used to add local css customisations
*
*/

View File

@ -7,8 +7,9 @@
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap-reboot.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/datatables.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/local.css') }}">
</head>
<body>
<body id="bird-lg">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #e3f2fd;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>