Skip to content

Commit 90545e4

Browse files
Tweak menu
1 parent bdc8889 commit 90545e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ input[type=text] {
8888
border-bottom: 2px solid #a7c3ca;
8989
font-family: GothamRndLight;
9090
transition: border 0.4s ease-in-out;
91-
width: 65%;
91+
width: 70%;
9292
}
9393

9494
input:focus{
@@ -139,6 +139,11 @@ input:focus{
139139
padding: 1em 2em 1em 2em;
140140
}
141141

142+
.menuitem a:hover {
143+
color: #fff;
144+
transition: all 0.2s linear;
145+
}
146+
142147
#column1 {
143148
border-right: solid;
144149
}

0 commit comments

Comments
 (0)