diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index f78f9cfb..51129ce5 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -104,9 +104,6 @@ } .us-content { - textarea { - background: $white; - } ul { margin-left: 1rem; } @@ -117,6 +114,7 @@ color: $green-taiga; } textarea { + background: $white; height: 10rem; margin-bottom: 2rem; }