From 324ec7de8efdf332f6baf5cb9c9006c7c684e955 Mon Sep 17 00:00:00 2001 From: Rakesh Roshan Date: Sat, 13 Jul 2024 00:08:28 +0530 Subject: [PATCH] Update style.css --- style.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/style.css b/style.css index f293a5731..8f48eade0 100644 --- a/style.css +++ b/style.css @@ -233,6 +233,12 @@ nav ul { list-style: none; } +#active1 { + color: #ff1b82; + border-top-color: #ff1b82; + border-bottom-color: #ff1b82; +} + .logo { font-size: 2.3rem; font-weight: 700; @@ -1978,15 +1984,3 @@ footer { flex-basis: 100%; } } - -.active1 { - color: #ff1b82; - border-top-color: #ff1b82; - border-bottom-color: #ff1b82; -} - -#active1 { - color: #ff1b82; - border-top-color: #ff1b82; - border-bottom-color: #ff1b82; -} \ No newline at end of file