Skip to content

Commit

Permalink
Merge pull request #206 from antleaf/feature/link-color
Browse files Browse the repository at this point in the history
Feature/link color
  • Loading branch information
asahiko authored Apr 23, 2020
2 parents 8fa1f2e + 68c56a4 commit 9a1b53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyrax/app/assets/stylesheets/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $mdr-grey: #F4F4F4;
$mdr-black: #1E2022;
$mdr-green: #AFCA0B;
$mdr-green-light: #7DB928;
$mdr-green-dark: #51791A;

//-------------- Fonts -----------------
body {
Expand Down Expand Up @@ -48,7 +49,7 @@ h3, .h3 {

//------------- anchor -----------------
a, a:focus, a:hover, a:active {
color: $mdr-green;
color: $mdr-green-dark;
}

// --------------- buttons -------------
Expand Down

0 comments on commit 9a1b53d

Please sign in to comment.