Better handle page loading with dark mode
This commit is contained in:
parent
04cce1956b
commit
6cb600b5ed
3 changed files with 41 additions and 0 deletions
15
links.html
15
links.html
|
|
@ -87,6 +87,11 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- try to prevent flickering -->
|
||||
<script>
|
||||
checkTheme();
|
||||
</script>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="jumbotron">
|
||||
|
|
@ -96,6 +101,11 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<!-- try to prevent flickering -->
|
||||
<script>
|
||||
checkTheme();
|
||||
</script>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4 mb-3">
|
||||
<div class="card full-height">
|
||||
|
|
@ -250,6 +260,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- try to prevent flickering -->
|
||||
<script>
|
||||
checkTheme();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue