Skip to content

Commit

Permalink
Fix sidebar menu icons color (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Sep 26, 2023
1 parent 80ddd63 commit 03ae545
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions site/data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

- title: Getting started
icon: book-half
icon_color: black
icon_color: body-color
pages:
- title: Introduction
- title: Download
Expand All @@ -20,7 +20,7 @@

- title: Customize
icon: palette2
icon_color: black
icon_color: body-color
pages:
- title: Overview
- title: Sass
Expand All @@ -33,7 +33,7 @@

- title: Layout
icon: grid-fill
icon_color: black
icon_color: body-color
pages:
- title: Breakpoints
- title: Containers
Expand All @@ -46,7 +46,7 @@

- title: Content
icon: file-earmark-richtext
icon_color: black
icon_color: body-color
pages:
- title: Reboot
- title: Typography
Expand All @@ -56,7 +56,7 @@

- title: Forms
icon: ui-radios
icon_color: black
icon_color: body-color
pages:
- title: Overview
- title: Form control
Expand All @@ -70,7 +70,7 @@

- title: Components
icon: menu-button-wide-fill
icon_color: black
icon_color: body-color
pages:
- title: Accordion
- title: Alerts
Expand Down Expand Up @@ -107,7 +107,7 @@

- title: Helpers
icon: magic
icon_color: black
icon_color: body-color
pages:
- title: Clearfix
- title: Color & background
Expand All @@ -124,7 +124,7 @@

- title: Utilities
icon: braces-asterisk
icon_color: black
icon_color: body-color
pages:
- title: API
- title: Background
Expand All @@ -149,14 +149,14 @@

- title: Extend
icon: tools
icon_color: black
icon_color: body-color
pages:
- title: Approach
- title: Icons

- title: About
icon: globe2
icon_color: black
icon_color: body-color
pages:
- title: Overview
- title: Team
Expand Down

0 comments on commit 03ae545

Please sign in to comment.