From ca0de628c9bdffa5892c08476b8460b8972556f1 Mon Sep 17 00:00:00 2001 From: unknown <{sanathan6522@gmail.com}> Date: Fri, 13 Oct 2023 23:23:36 +0530 Subject: [PATCH] enhanced icons UI --- assets/css/home.css | 2 ++ assets/css/style.css | 1 + 2 files changed, 3 insertions(+) diff --git a/assets/css/home.css b/assets/css/home.css index 0d2ba2798..fa8b839b0 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -113,6 +113,7 @@ body{ a.socialicon { box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); + border: 3px solid black; } .social-icons { @@ -145,6 +146,7 @@ a.socialicon { /* Social icon in dark mode */ html[light-mode="dark"] .socialicon{ background-color: #141516; + border: 3px solid white; } .kaggle i { diff --git a/assets/css/style.css b/assets/css/style.css index 45a558893..3f9d00f76 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -552,6 +552,7 @@ html[light-mode="light"] .navbar-brand:hover{ transition: all 0.5s ease; margin-right: 0.25rem; margin-bottom: 0.25rem; + border: 1px solid white; }