diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 14:45:52 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 14:45:52 +0100 |
commit | a9545c7fd324475710c2166514dcd4a62622f9e2 (patch) | |
tree | 9f8f8da6e1cb51f4f5cab66feb0bf083875c814a /app/assets | |
parent | 0a91cd6d94a5be2453848fbbac5b7d5f2f3d63e2 (diff) |
Updated Code of Honor.
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components/code_of_honor.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |