From 2927725649160f4dfd150d0ea18e95ec8f01ef6a Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 2 Sep 2020 20:45:02 +0530 Subject: [PATCH] Settings cog wheel color fix --- index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 93c58c4..adededc 100644 --- a/index.html +++ b/index.html @@ -291,17 +291,16 @@ } /* Style the links inside the navigation bar */ - .topnav span { + .topnav a { float: left; - color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } - .topnav span img { - width: 12rem; + .topnav a img { + width: 14rem; } /*________________________________________________________________________________________________________________________________*/ @@ -312,8 +311,8 @@ font-size: 2.5rem; } - .topnav span img { - width: 8rem; + .topnav a img { + width: 10rem; } } @@ -337,8 +336,8 @@