Created
March 2, 2020 22:13
-
-
Save alexmustin/8170a473aeeb5bf4b413417a7b3eb61c to your computer and use it in GitHub Desktop.
Enable "Dark Mode" in WordPress Gutenberg Block Editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Use Dark Mode in Block Editor. | |
| add_theme_support( 'dark-editor-style' ); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment