diff --git a/resources/index.html b/resources/index.html index 825f91a..8dd4614 100644 --- a/resources/index.html +++ b/resources/index.html @@ -17,6 +17,9 @@
Kill Switch + + Only for those very paranoid about bans. Kills the game *and your internet* if something happens to the proxy +
diff --git a/resources/style/index.css b/resources/style/index.css index a60085f..c467530 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -60,6 +60,12 @@ body { margin-right: 50%; } +.settingSubtitle { + color: rgb(165, 165, 165); + font-size: 0.8em; + font-weight: normal; +} + #ipList { position: absolute; z-index: 99;