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