diff --git a/threadr/style.css b/threadr/style.css index c24c2e3..c48f00e 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -337,4 +337,11 @@ article { background-color: #fef6e4; padding: 14px 20px; box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2); -} \ No newline at end of file +} + +header { + border-radius: 0px; + boder: none; + background-color: #001858; + box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2); +}