From bda6520e75e1ee6ea707c85863a4ae9fd9af6d30 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 8 Mar 2020 04:20:27 +0100 Subject: [PATCH] blobediblobediblob --- threadr/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); +}