Skip to content

Commit

Permalink
style footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejch committed Feb 18, 2020
1 parent abcaaad commit 438bc0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
@import "styles/global.scss";
@import "styles/mixins.scss";
@import "styles/responsive.scss";
@import "styles/colors.scss"
@import "styles/colors.scss";
5 changes: 4 additions & 1 deletion src/pages/selector/_class_selector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,15 +379,18 @@ section.footer {
font-size: 24px;
line-height: 32px;
font-weight: 300;
font-style: italic;

a {
display: block;
color: $color-text;
text-decoration: none;
text-decoration: wavy;
font-style: normal;

&:hover {
text-decoration: none;
color: $color-orange;
cursor: pointer;
}
}

Expand Down
3 changes: 3 additions & 0 deletions src/pages/styles/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ var {
ol,
ul {
list-style: none;
ul {
margin-left: 1em;
}
}

caption,
Expand Down

0 comments on commit 438bc0e

Please sign in to comment.