Skip to content

Commit c2708cf

Browse files
Update style.css
1 parent 85ffac5 commit c2708cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,8 @@ fieldset {
774774
margin-top: 25px;
775775
width: 140px;
776776
height: 40px;
777+
line-height: 40px; /* centers text vertically */
777778
border-radius: 5px;
778-
padding-top: 6px;
779-
padding-bottom: 30px;
780779
text-align: center;
781780
font-weight: 500;
782781
background: transparent;
@@ -786,6 +785,8 @@ fieldset {
786785
display: inline-block;
787786
border: 1px solid black;
788787
outline: none;
788+
color: black; /* default text color */
789+
text-decoration: none; /* remove underline */
789790
}
790791

791792

@@ -893,7 +894,7 @@ fieldset {
893894
color: #fff;
894895
}
895896

896-
.resumediv:hover a {
897+
.resumediv:hover {
897898
color: #fff;
898899
}
899900

@@ -1077,4 +1078,4 @@ fieldset {
10771078
.tools .toolsSkill:hover {
10781079
transform: translateY(-7px);
10791080
transition: all 0.3s ease;
1080-
}
1081+
}

0 commit comments

Comments
 (0)