From 371a0e8aded22869ad1ec352125a81f121150fb8 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 19 Jul 2020 09:49:44 -0600 Subject: Add link to source for remote actors --- res/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/main.css b/res/main.css index 7a32928..a772c88 100644 --- a/res/main.css +++ b/res/main.css @@ -29,14 +29,21 @@ body { margin-right: 1em; } -.errorBox { - background-color: #FF6D00; +.errorBox, .infoBox { padding: .5em; display: inline-block; margin-top: .5em; margin-bottom: .5em; } +.errorBox { + background-color: #FF6D00; +} + +.infoBox { + background-color: #80D8FF; +} + .communitySidebar { float: right; width: 300px; -- cgit v1.2.3