diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 11:51:41 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 11:59:23 -0700 |
commit | f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f (patch) | |
tree | 37b3ea5596a01eb6a7eaefd07cbc81d6461c2d56 /youtube/static/shared.css | |
parent | 400d17e61314e09efc89fbfb770b045550cf6e09 (diff) | |
download | yt-local-f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f.tar.lz yt-local-f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f.tar.xz yt-local-f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f.zip |
Layout: Simplify color scheme
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; } |