created a highlight style in the bootstrap info colour

This commit is contained in:
2021-02-06 16:20:47 +11:00
parent 1caff5c9ae
commit dac9862171

View File

@@ -12,6 +12,9 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<script src="https://kit.fontawesome.com/9b4c7cf470.js" crossorigin="anonymous"></script>
{% import "bootstrap/wtf.html" as wtf %}
<style>
.highlight { box-shadow: 0 0 7px 4px #5bc0de }
</style>
</head>
<body>