Allow theme configuration to partially override css (#32)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user