From a32eb24f8c167c66b7032f4b6fd1dcab629de296 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 8 Dec 2019 09:20:19 +0530 Subject: [PATCH] :sparkles: Bottom navbar on mobile device, minor UI revamp --- assets/css/styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 22c549975..4285d9a5a 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -85,6 +85,7 @@ a { display: inline-flex; color: inherit; text-decoration: none; + transition: all 0.2s ease-in-out; } header, @@ -135,7 +136,10 @@ footer { .logo { font-size: 22px; - color: var(--ac-color); + + &:hover { + color: var(--ac-color); + } } .nav-first,