shop: use lighter color for links

pull/62/head
occheung 2022-01-19 15:19:50 +08:00
parent 9eed389c6e
commit 1baa5c52e4
2 changed files with 12 additions and 0 deletions

View File

@ -144,6 +144,15 @@ button {
}
.ds {
a {
color: $link-primary-dark;
text-decoration: underline;
&:hover {
color: $link-secondary-dark;
text-decoration: none;
}
}
font-size: .8rem;
margin: 0;
padding-left: 0px;

View File

@ -21,6 +21,9 @@ $color-secondary: #1a6d93 !default;
$btn-primary-2: #715ec7 !default;
$btn-secondary-2: #a88cfd !default;
$link-primary-dark: #c2affd !default;
$link-secondary-dark: #cec2ea !default;
$color-hover: #eae7f7 !default;
// Import partials.