cci: fix pk-button and pk-big-button color in wcs body (#70820)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Corentin Sechet 2022-11-02 15:48:58 +01:00
parent 4674d56b38
commit 45dac66824
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
&--body {
padding: 1rem;
a:not([role=button]){
a:not([role=button]):not(.pk-button):not(.pk-big-button) {
@extend %cci-link;
}
}