diff options
-rw-r--r-- | index.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -456,6 +456,14 @@ if(mysqli_num_rows($result) == 0) { $print .= " <script src=https://d.a4l.space/tohttps.js language=javascript type='text/javascript'></script> <style> +html { + color: white; + background: black; +} +input { + color: white; + background-color: white; +} .alert { opacity: 1; transition: opacity 0.6s; /* 600ms za izgine */ |