diff options
| -rw-r--r-- | about/css/main.css | 4 | ||||
| -rw-r--r-- | about/index.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/about/css/main.css b/about/css/main.css index 1e63547..c3e08d0 100644 --- a/about/css/main.css +++ b/about/css/main.css @@ -24,4 +24,8 @@ .disclaimer { font-size: 17px; font-weight: 600; +} + +.important { + color: red; }
\ No newline at end of file diff --git a/about/index.html b/about/index.html index 051200e..077737b 100644 --- a/about/index.html +++ b/about/index.html @@ -59,7 +59,7 @@ cheat modules that include such things as aimbots, anti-aim and more.<br> <br> <div class="disclaimer"> - * Use at your own risk, I am not to be held accountable if you get VAC banned. + <span class="important">*</span> <span>Use at your own risk, I am not to be held accountable if you get VAC banned.</span> </div> </p> </div> |