diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-02-21 17:43:49 -0600 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2019-02-21 17:43:49 -0600 |
| commit | 7ed4485717625433ac4aa688c6f11ff4cfea5ffc (patch) | |
| tree | 86e87109a6bb71993e2489e23a2edea0d7aeb0c7 /assets/css | |
| parent | 394952a86a9b5ea3d9bcb2ee2518b1e829046398 (diff) | |
| download | invidious-7ed4485717625433ac4aa688c6f11ff4cfea5ffc.tar.gz invidious-7ed4485717625433ac4aa688c6f11ff4cfea5ffc.tar.bz2 invidious-7ed4485717625433ac4aa688c6f11ff4cfea5ffc.zip | |
Format CSS
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/default.css | 41 | ||||
| -rw-r--r-- | assets/css/lighttheme.css | 2 |
2 files changed, 22 insertions, 21 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 800d529a..bb0762af 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,41 +1,41 @@ .channel-owner { - background-color: #008BEC; + background-color: #008bec; color: #fff; border-radius: 9px; padding: 1px 6px; } .creator-heart-container { - display: inline-block; - padding: 0px 7px 6px 0px; - margin: 0px -7px -4px 0px; + display: inline-block; + padding: 0px 7px 6px 0px; + margin: 0px -7px -4px 0px; } .creator-heart { - position: relative; - width: 16px; - height: 16px; - border: 2px none; + position: relative; + width: 16px; + height: 16px; + border: 2px none; } .creator-heart-background-hearted { - width: 16px; - height: 16px; - padding: 0px; - position: relative; + width: 16px; + height: 16px; + padding: 0px; + position: relative; } .creator-heart-small-hearted { - position: absolute; - right: -7px; - bottom: -4px; + position: absolute; + right: -7px; + bottom: -4px; } .creator-heart-small-container { - position: relative; - width: 13px; - height: 13px; - color: rgb(255, 0, 0); + position: relative; + width: 13px; + height: 13px; + color: rgb(255, 0, 0); } .h-box { @@ -63,7 +63,8 @@ div { } button.pure-button-primary, -a.pure-button-primary, .channel-owner:hover { +a.pure-button-primary, +.channel-owner:hover { background-color: #a0a0a0; color: rgba(35, 35, 35, 1); } diff --git a/assets/css/lighttheme.css b/assets/css/lighttheme.css index 6f1ad171..7f2a5226 100644 --- a/assets/css/lighttheme.css +++ b/assets/css/lighttheme.css @@ -9,7 +9,7 @@ a { } /* All links that do not fit with the default color goes here */ -a > .icon, +a > .icon, .pure-u-md-1-5 > .h-box > a[href^="/watch?"], .playlist-restricted > ol > li > a { color: #303030; |
