We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac3a88 commit ad3392cCopy full SHA for ad3392c
src/styles/app.scss
@@ -161,10 +161,21 @@ footer {
161
padding: 30px 0;
162
background-color: black;
163
color: white;
164
-}
165
166
-footer a {
167
- color: $yellow;
+ ul {
+ list-style-type: none;
+ padding-left: 0;
168
+ }
169
+
170
+ a {
171
+ color: $yellow;
172
+ text-decoration: none;
173
174
+ &:hover {
175
176
+ text-decoration: underline;
177
178
179
}
180
181
footer h4 {
0 commit comments