Skip to content

Commit 367a0b7

Browse files
committed
Updated styling
1 parent c7b3d7e commit 367a0b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ hr {
9696
margin-top: 1em;
9797
}
9898

99+
/* HEADER */
100+
.header__a:hover {
101+
text-decoration: none;
102+
}
103+
99104
/* MAIN */
100105
.main__article {
101106
background-color: var(--BG-LIGHT-COLOR);
@@ -139,6 +144,7 @@ hr {
139144
}
140145

141146
.madLibsForm__button {
147+
cursor: pointer;
142148
border: none;
143149
background-color: var(--INPUT-BG-COLOR);
144150
color: var(--BTN-TXT-COLOR);

0 commit comments

Comments
 (0)