summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2021-04-06 03:45:54 -0700
committersyeopite <syeopite@syeopite.dev>2021-04-06 04:15:08 -0700
commit909606826dca94100364b1c82a31c43d1ae8490f (patch)
tree6d339ebd36cb5d1cb421a6b764c5de0c964f8234 /assets
parentea16c01fa27d4774bb78f2e0caf8938149aa7bf3 (diff)
downloadinvidious-909606826dca94100364b1c82a31c43d1ae8490f.tar.gz
invidious-909606826dca94100364b1c82a31c43d1ae8490f.tar.bz2
invidious-909606826dca94100364b1c82a31c43d1ae8490f.zip
Change footer div into footer element
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css8
1 files changed, 4 insertions, 4 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;
}