From c7c868b3dbd32ba74b6308c2ae2cb168ae9bf3bb Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 6 Nov 2022 12:00:46 +0100 Subject: [PATCH] Improvements owowowowowo --- css/poketube.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index ebf3662b..ca349acc 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -151,7 +151,7 @@ a { clear: both; margin-top: 18px; padding: 4.5px; - background: #1c1c1c; + background: #0009; margin-right: -13px; width: fit-content; height: fit-content; @@ -163,7 +163,7 @@ a { } .video-info-buttons.pill { - background: #1c1c1c; + background: #0009; border-radius: 16px; padding: 4px; border-style: none; @@ -206,6 +206,19 @@ a { border-style: solid; } +.subscribe-button { + color: red; + margin: auto; + background: white; + border-radius: 2em; + margin-right: 6px; + text-transform: initial; +} + +.subscribe-button > a { + color:black +} + .video > .thumbnail > .video-length { font-size: smaller; background-color: #0008;