File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ nav a {
70
70
margin-right : 48px ;
71
71
}
72
72
73
+ nav a : hover {
74
+ color : # ff8d2d ;
75
+ }
76
+
73
77
.navigation : last-child {
74
78
margin : 0 ;
75
79
}
@@ -476,6 +480,10 @@ footer p {
476
480
color : # cccccc ;
477
481
}
478
482
483
+ .one_link a : hover {
484
+ color : black;
485
+ }
486
+
479
487
.social_media_section {
480
488
display : flex;
481
489
justify-content : space-between;
@@ -508,6 +516,14 @@ footer p {
508
516
margin-bottom : 30px ;
509
517
}
510
518
519
+ input : focus {
520
+ outline : none;
521
+ }
522
+
523
+ textarea : focus {
524
+ outline : none;
525
+ }
526
+
511
527
.form_lines : last-child input {
512
528
margin-bottom : 0 ;
513
529
}
@@ -556,10 +572,10 @@ button {
556
572
padding : 15px 32px ;
557
573
cursor : pointer;
558
574
border-radius : 4px ;
575
+ border : 2px solid # ff8d2d ;
559
576
}
560
577
561
578
button : hover {
562
579
background-color : # ffffff ;
563
580
color : # ff8d2d ;
564
- box-shadow : 0 0 0 2px # ff8d2d ;
565
581
}
You can’t perform that action at this time.
0 commit comments