shop: use lighter color for links
This commit is contained in:
parent
9eed389c6e
commit
1baa5c52e4
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user