Skip to content

Commit

Permalink
Update fontsettings.js
Browse files Browse the repository at this point in the history
Will this make dark mode default?
  • Loading branch information
carlmylo committed Feb 22, 2024
1 parent e131f13 commit ad493e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/gitbook/gitbook-plugin-fontsettings/fontsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ require(['gitbook', 'jquery'], function(gitbook, $) {
// Default themes
var THEMES = [
{
config: 'white',
text: 'White',
config: 'night',
text: 'Night',
id: 0
},
{
config: 'sepia',
text: 'Sepia',
config: 'white',
text: 'White',
id: 1
},
{
config: 'night',
text: 'Night',
config: 'sepia',
text: 'Sepia',
id: 2
}
];
Expand Down

0 comments on commit ad493e6

Please sign in to comment.