diff --git a/static/css/style.css b/static/css/style.css index c421b98..903ba80 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -483,6 +483,16 @@ hr { font-size: 16px; } +.video_title a { + color: var(--link); + text-decoration: none; +} + +.video_title a:hover { + color: var(--link); + text-decoration: underline; +} + .video-results-margin { margin-bottom: 0px !important; } diff --git a/templates/videos.html b/templates/videos.html index 725503c..5b2cefc 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -51,12 +51,15 @@
-

{{ .Title }}

+

+ {{ .Title }} +

{{ .Views }} | {{ .Date }}

YouTube | {{ .Creator }}