From f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 11:51:41 -0700 Subject: Layout: Simplify color scheme --- youtube/static/shared.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube/static/shared.css') diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 611cdb7..de9e03b 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -14,7 +14,7 @@ body{ color:#222; - background-color:#cccccc; + background-color:#bcbcbc; min-height:100vh; display: flex; @@ -150,7 +150,7 @@ body{ .horizontal-item-box{ } .item{ - background-color:#bcbcbc; + background-color:#dadada; text-decoration:none; font-size: 12px; color: #767676; @@ -284,7 +284,7 @@ body{ text-align: center; } .sort-button{ - background-color: #d0d0d0; + background-color: #dadada; padding: 2px; justify-self: start; } -- cgit v1.2.3