Skip to content

Commit

Permalink
Stopped text links from being underlined in HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
twostraws committed May 6, 2019
1 parent 66be532 commit c52e75e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Unwrap/Reusables/Themes/Dark/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ div.container p {
margin-right: 10px;
}

a {
text-decoration: none;
}


/*
Expand Down
3 changes: 3 additions & 0 deletions Unwrap/Reusables/Themes/Light/LightTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ div.continue p {
margin-bottom: 5px;
}

a {
text-decoration: none;
}


/*
Expand Down

0 comments on commit c52e75e

Please sign in to comment.