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 3704071..73e1e23 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 data-theme="light"> + <body> <div id='vimvixen-console' class='vimvixen-console'></div> </body> </html> |