diff options
Diffstat (limited to 'youtube/static/shared.css')
-rw-r--r-- | youtube/static/shared.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |