Allow theme configuration to partially override css (#32)
This commit is contained in:
parent
4eadb8ee2c
commit
647578e88b
3 changed files with 265 additions and 261 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue