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 {
-