Skip to content

Commit 5aa89c0

Browse files
committed
refactor: update sidebar color scheme and links
1 parent f2228db commit 5aa89c0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pug/_partials/sidebar.pug

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.sidebar.sidebar-fixed.border-end.sidebar-light#sidebar
1+
.sidebar.sidebar-fixed.border-end.sidebar-dark#sidebar
22
.sidebar-header.border-bottom
33
.sidebar-brand
44
svg.sidebar-brand-full(width="88" height="32" alt="CoreUI Logo")
@@ -259,10 +259,9 @@
259259
use(xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-description")
260260
| Docs
261261
li.nav-item
262-
a.nav-link.nav-link-danger(href="https://coreui.io/product/bootstrap-dashboard-template/" target="_top")
263-
svg.nav-icon
262+
a.nav-link.text-primary.fw-semibold(href="https://coreui.io/product/bootstrap-dashboard-template/" target="_top")
263+
svg.nav-icon.text-primary
264264
use(xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-layers")
265-
| Try CoreUI
266-
.fw-semibold.ms-1 PRO
265+
| Try CoreUI PRO
267266
.sidebar-footer.border-top.d-none.d-md-flex
268267
button.sidebar-toggler(type="button" data-coreui-toggle="unfoldable")

0 commit comments

Comments
 (0)