Skip to content

Commit ad3392c

Browse files
Alososteveklabnik
authored andcommitted
Improved design of footer links
1 parent 0ac3a88 commit ad3392c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/styles/app.scss

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,21 @@ footer {
161161
padding: 30px 0;
162162
background-color: black;
163163
color: white;
164-
}
165164

166-
footer a {
167-
color: $yellow;
165+
ul {
166+
list-style-type: none;
167+
padding-left: 0;
168+
}
169+
170+
a {
171+
color: $yellow;
172+
text-decoration: none;
173+
174+
&:hover {
175+
color: $yellow;
176+
text-decoration: underline;
177+
}
178+
}
168179
}
169180

170181
footer h4 {

0 commit comments

Comments
 (0)