From 8ca00ef881c70cddf75bf646964b9616abad4008 Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 28 Oct 2024 04:29:07 +0000 Subject: [PATCH] add alot of cool stuff :3 --- html/poketube.ejs | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 75d361e3..e2420016 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2425,17 +2425,33 @@ window.addEventListener("unload", cleanup) summary:hover{ color:white; } - :visited { - color: var(--text-link-visited) + +:visited { + color: #f08; +} + +.video > .thumbnail > .video-length { + font-size: smaller; + background-color: #0008; + color: #fff; + padding: 2px; + border-radius: 3px; + font-family: var(--text-font-primary); + font-stretch: extra-expanded; + font-weight: 600; } - #continue { max-width: 14px; max-height: 14px; } + +.recommended-list > .video > .info { + margin-top: 4px; +} + a { - color: var(--text-link) + color: #f08; } .comment-mini:hover { @@ -2534,7 +2550,7 @@ a {
-