diff options
Diffstat (limited to 'ui/app/index.html')
-rw-r--r-- | ui/app/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/index.html b/ui/app/index.html index 440e0b6f..d500e369 100644 --- a/ui/app/index.html +++ b/ui/app/index.html @@ -3,8 +3,9 @@ <head> <meta charset="UTF-8"> <title>Bitmask</title> - <link rel="stylesheet" href="css/bootstrap.min.css"> - <link rel="stylesheet" href="css/common.css"> + <style> + body {background: #333 !important} + </style> </head> <body> <div id="app"></div> |