1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

webui may be modified with custom style.css

This commit is contained in:
Oliver Giles
2017-12-29 11:14:10 +02:00
parent 6919a74d0a
commit 93b428529e
6 changed files with 45 additions and 16 deletions

View File

@@ -14,6 +14,7 @@
<script src="/js/Chart.min.js"></script>
<script src="/js/Chart.HorizontalBar.js"></script>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/custom/style.css" rel="stylesheet">
<script src="/js/app.js" defer></script>
<style>
body, html { height: 100%; }