diff options
| author | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
| commit | 0b63ae06bba6ee6bc428055f684164cc475a1e8e (patch) | |
| tree | d1596818fc525bf6e12976a3e262f22e86910cda /webAO/styles/master.css | |
| parent | 35bc5820d194fdb964c40694078f7bc89b62af16 (diff) | |
| parent | e5f3a22ba242b0921c58290fed7147a9912dceac (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/master.css')
| -rw-r--r-- | webAO/styles/master.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 4f6d0ad..108d0e4 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -144,7 +144,9 @@ box-shadow: 0 0 0 1px #EFAD21; } -#content {} +.error { + color: orangered; +} ul.navbar-nav.ml-auto { display: inline-flex; |
