diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-20 18:15:37 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-20 18:15:37 +0000 |
commit | 54a96ea518d31a8e21fe1f2ea38135679830174e (patch) | |
tree | 3370cd7e4aa8c3652eaa0bb6e6f47a7d64d65d6f /css | |
parent | 9c4668d2573f784830bf913b77124dc10c7b1071 (diff) | |
download | pasta-54a96ea518d31a8e21fe1f2ea38135679830174e.tar.gz pasta-54a96ea518d31a8e21fe1f2ea38135679830174e.zip |
Updates to site intro and help icon
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 587fcbb..ae9b7cd 100644 --- a/css/main.css +++ b/css/main.css @@ -57,6 +57,10 @@ label { color: rgb(240,240,240); } +#insecureWarning { + display: none; +} + /*========================== MODALS ==========================*/ |