From a9545c7fd324475710c2166514dcd4a62622f9e2 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 30 Dec 2024 14:45:52 +0100 Subject: Updated Code of Honor. --- app/assets/stylesheets/components/code_of_honor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/components/code_of_honor.css b/app/assets/stylesheets/components/code_of_honor.css index dbbd267..1314b9a 100644 --- a/app/assets/stylesheets/components/code_of_honor.css +++ b/app/assets/stylesheets/components/code_of_honor.css @@ -1,11 +1,11 @@ #code-of-honor { - width: 50%; + max-width: 60%; margin: 1em auto; padding: 1em; color: white; - border-radius: 1em; } + #code-of-honor.accepted { background-color: forestgreen; } #code-of-honor.rejected { background-color: firebrick; } -- cgit v1.2.3