From c28967f5a777dc4e83412ba1e8469f963048b96b Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Thu, 21 Apr 2022 14:57:03 -0700 Subject: [PATCH] setting option subtitle --- resources/index.html | 3 +++ resources/style/index.css | 6 ++++++ 2 files changed, 9 insertions(+) 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;