From 909606826dca94100364b1c82a31c43d1ae8490f Mon Sep 17 00:00:00 2001 From: syeopite Date: Tue, 6 Apr 2021 03:45:54 -0700 Subject: [PATCH] Change footer div into footer element --- assets/css/default.css | 8 ++++---- src/invidious/views/template.ecr | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 7112e203..9b59fe56 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -282,8 +282,8 @@ input[type="search"]::-webkit-search-cancel-button { * Footer */ -.footer { - color: #666666; +footer { + color: #919191; margin: 1.5em 0; text-align: center; position: absolute; @@ -293,8 +293,8 @@ input[type="search"]::-webkit-search-cancel-button { max-height: 30vh; } -body .footer a { - color: inherit; +footer a { + color: #919191 !important; text-decoration: underline; } diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 9e5b735c..b635f46b 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -107,7 +107,7 @@ <%= content %>
- +