File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 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
552544a {
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+
558555input ,
559556textarea ,
560557p {
@@ -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- }
You can’t perform that action at this time.
0 commit comments