diff options
author | elijah <elijah@riseup.net> | 2017-04-24 00:53:41 -0700 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-04-24 11:12:26 +0200 |
commit | 9d301349ab434dc744546918fe026d50485a0797 (patch) | |
tree | 802bec24bb446c9ed3af11f7ccfcd9793250b070 /ui/app/index.html | |
parent | 2976cf11e451f1086d98eae20bdfb0fffa87abb0 (diff) |
[feat] usable vpn ui
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 440e0b6..d500e36 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> |