Skip to content

Commit

Permalink
fix secondary link color
Browse files Browse the repository at this point in the history
  • Loading branch information
nastassiadanilova authored and nastassiadanilova committed Jan 15, 2019
1 parent cce5897 commit 2da40c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
color: $vue-darkest-blue;
}
&__text {
color: $va-link-color-secondary;
color: $brand-secondary;
}
}
</style>
2 changes: 1 addition & 1 deletion src/vuestic-theme/vuestic-sass/global/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Links
$va-link-color: $brand-primary;
$va-link-color-secondary: #babfc2;
$va-link-color-secondary: $brand-secondary;
$va-link-color-hover: #79eca8;
$va-link-color-active: #48c279;
$va-link-color-visited: $va-link-color;
Expand Down
1 change: 1 addition & 0 deletions src/vuestic-theme/vuestic-sass/resources/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $brand-danger: $theme-red;
$brand-warning: $theme-orange;
$brand-info: $theme-blue;
$brand-success: $vue-green;
$brand-secondary: #babfc2;
$light-gray2: #eff4f5;
$dark-gray: #282828;
$gray: #adb3b9;
Expand Down

0 comments on commit 2da40c6

Please sign in to comment.