Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode: Fix sidebar menu icons color #2267

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading