diff options
| author | sD <stoned@derpymail.org> | 2020-03-23 13:52:01 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-23 13:52:01 +0100 |
| commit | 8adfabddb95ba284e642224a346bb0b34a578d95 (patch) | |
| tree | 58cc984f7b2c09781acebf7d9d54724b03e14f47 /webAO/styles | |
| parent | 4c61f65b3d94f0a646260e3fc38cadcdd1433c57 (diff) | |
add https and javascript warnings
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/master.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 4f6d0ad..4b585da 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -144,6 +144,10 @@ box-shadow: 0 0 0 1px #EFAD21; } +.error { + color: orangered; +} + #content {} ul.navbar-nav.ml-auto { |
