Skip to content

Commit

Permalink
Merge pull request #399 from Netcentric/376-default-link-color
Browse files Browse the repository at this point in the history
Fix #376-Change default link colour
  • Loading branch information
nc-andreashaller authored Nov 10, 2023
2 parents fad4872 + fb26db9 commit dd66247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ button {
font-size: var(--button-font-size-default);
line-height: 1;
cursor: pointer;
color: var(--c-black);
color: var(--c-dark-gray);
background-color: transparent;
margin: 0;
white-space: nowrap;
Expand Down Expand Up @@ -318,7 +318,7 @@ main a.button > .icon-chevron-right,
main a.button > .icon-chevron-right svg {
width: 12px;
height: 12px;
fill: currentcolor;
fill: var(--c-dark-gray);
}

span.icon {
Expand Down

0 comments on commit dd66247

Please sign in to comment.