hotfix accessibility link color

This commit is contained in:
Daniel Muyshond 2023-01-22 00:37:51 +01:00
parent 6a5c35abcb
commit 995be559d2
2 changed files with 5 additions and 1 deletions

View File

@ -14,3 +14,7 @@ div.gru-nav > ul {
div.wcsformsofcategorycell ul li div.description p::before {
content: "";
}
div#account-management ul > li > a, div.wcsformsofcategorycell ul > li > a, div.wcscurrentdraftscell ul > li > a, div.wcscurrentformscell ul > li > a, div.links-list ul > li > a {
color: #205847;
}

View File

@ -13,7 +13,7 @@ $font-size: 16px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: darken($primary-color, 20%);
$link-color: #23624f;
$border-radius: 3px;
$font-family: "Open Sans", sans-serif;