diff options
Diffstat (limited to 'app/assets/stylesheets')
| -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; } | 
