Allow theme configuration to partially override css

This commit is contained in:
Jason Tipton 2020-07-06 17:54:12 -08:00
parent 4eadb8ee2c
commit f6ab139de0
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" />