Skip to content

Commit 8d04f20

Browse files
committed
Linter fixes
1 parent 96c5516 commit 8d04f20

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

assets/css/style.css

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

245-
a {
246-
color: #197700;
247-
}
248-
249-
a:hover {
250-
color: #0c4700;
251-
}
252-
253245
.pb-navbar.scrolled.pb-scrolled-light .navbar-brand {
254246
color: #197700;
255247
}
@@ -550,11 +542,16 @@ h6 {
550542
}
551543

552544
a {
545+
color: #197700;
553546
-webkit-transition: 0.3s all ease;
554547
-o-transition: 0.3s all ease;
555548
transition: 0.3s all ease;
556549
}
557550

551+
a:hover {
552+
color: #0c4700;
553+
}
554+
558555
input,
559556
textarea,
560557
p {
@@ -1492,6 +1489,8 @@ textarea {
14921489
text-transform: uppercase;
14931490
cursor: pointer;
14941491
border: 1px solid black;
1492+
background: #0c4700;
1493+
color: white;
14951494
}
14961495

14971496
.pb-outline-dark:hover,
@@ -2798,7 +2797,7 @@ p.parent {
27982797
transition: 0.3s ease-in;
27992798
background-color: #0c470000;
28002799
display: block;
2801-
color: #ffffff00;
2800+
color: #fff0;
28022801
}
28032802

28042803
.donor-name {
@@ -2884,7 +2883,3 @@ input:focus {
28842883
color: rgba(255 255 255 / 100%);
28852884
}
28862885

2887-
.pb-outline-dark {
2888-
background: #0c4700;
2889-
color: white;
2890-
}

0 commit comments

Comments
 (0)