Allow theme configuration to partially override css (#32)

This commit is contained in:
Jason Tipton 2020-07-20 19:41:19 -08:00 committed by GitHub
parent 4eadb8ee2c
commit 647578e88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 265 additions and 261 deletions

View file

@ -4,7 +4,7 @@
<!-- ============ import common css ========== -->
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="/assets/css/navbar.css" />
<!--=================== cdn ==============================-->
@ -14,3 +14,5 @@
<!--================= fab-icon =========================-->
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
<!--================= custom style overrides =========================-->
<link rel="stylesheet" href="/assets/css/style.css" />