Skip to content

Commit

Permalink
Merge pull request #2086 from mrbrownt/feature/respect-prefers-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 22, 2022
2 parents 2f1964b + 0220bfc commit 9e6d3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docusaurus.config.js
Expand Up @@ -69,6 +69,9 @@ module.exports = {
theme: require('./src/js/monokaiTheme.js'),
},
image: 'img/redux-logo-landscape.png',
colorMode: {
respectPrefersColorScheme: true,
},
navbar: {
title: 'Redux Toolkit',
logo: {
Expand Down

0 comments on commit 9e6d3c3

Please sign in to comment.