diff options
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/index.html b/src/console/index.html index 73e1e23..3704071 100644 --- a/src/console/index.html +++ b/src/console/index.html @@ -5,7 +5,7 @@ <title>VimVixen console</title> <script src='console.js'></script> </head> - <body> + <body data-theme="light"> <div id='vimvixen-console' class='vimvixen-console'></div> </body> </html> |