Skip to content

Commit 3446b3a

Browse files
committed
More linter fixes
1 parent 8d04f20 commit 3446b3a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

assets/css/style.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,6 @@
242242
}
243243
}
244244

245-
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
246-
color: #197700;
247-
}
248-
249-
.pb-navbar.scrolled.pb-scrolled-light ul li a.active {
250-
color: #197700 !important;
251-
}
252-
253245
.mouse-wrap,
254246
.scroll-wrap {
255247
position: absolute;
@@ -2090,6 +2082,14 @@ body {
20902082
transition: all 0.3s ease-in-out;
20912083
}
20922084

2085+
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
2086+
color: #197700;
2087+
}
2088+
2089+
.pb-navbar.scrolled.pb-scrolled-light ul li a.active {
2090+
color: #197700 !important;
2091+
}
2092+
20932093
#pb-nav-toggle span::before {
20942094
top: -10px;
20952095
}
@@ -2882,4 +2882,3 @@ input:focus {
28822882
background-color: #0c4700cc;
28832883
color: rgba(255 255 255 / 100%);
28842884
}
2885-

0 commit comments

Comments
 (0)