From a0215abb1e762449a64735dc75a5dc1d7eab7ee4 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 25 Jan 2023 21:09:26 +0000 Subject: [PATCH] add hover cursor stuff whoa cool --- css/poketube.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index b6e12d3..44401dc 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -356,6 +356,7 @@ a.avatar { font-family: var(--text-font-primary); font-stretch: ultra-expanded; font-weight: 900; + text-decoration: none; } .video > .thumbnail > .video-length { @@ -593,6 +594,11 @@ a.new-button:hover { background-color: #0008; } +.subscribe-button:hover { + background: #f2ebeb; + cursor: pointer; +} + @media screen and (max-width: 1340px) { .new-button.button-encryption { display: none; @@ -720,6 +726,12 @@ object-fit:none; #secret-theme:target{ background: linear-gradient(180deg, #5BCEFA 20%, #F5A9B8 20%, 40%, #FFFFFF 40%, 60%, #F5A9B8 60%, 80%, #5BCEFA 80%); - } - \ No newline at end of file + +.hj:hover { + cursor: pointer; +} + +.h:hover { + cursor: pointer; +} \ No newline at end of file