Skip to content

Commit

Permalink
Update styles for apps modal
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent ae5b216 commit 0701cf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/modules/modals/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@
.p-apps_browser__app_description {
color: $color-highlight;
}

#fs_modal.p-apps_browser_modal .contents_container .contents .links_container a {
color: $color-highlight;

&:active,
&:hover,
&:visited {
color: $base-font-color;
}
}

0 comments on commit 0701cf5

Please sign in to comment.