web: fix css for policy tertiary buttons and text on flow card

This commit is contained in:
Jens Langhammer 2020-12-17 14:31:45 +01:00
parent a18edaf62b
commit 1aecdc7f8f
1 changed files with 5 additions and 0 deletions

View File

@ -162,10 +162,12 @@ select[multiple] {
background-color: var(--ak-dark-background-light);
color: var(--ak-dark-foreground);
}
.pf-m-tertiary,
.pf-c-button.pf-m-tertiary {
--pf-c-button--after--BorderColor: var(--ak-dark-foreground-darker);
color: var(--ak-dark-foreground-darker);
}
.pf-m-tertiary:hover,
.pf-c-button.pf-m-tertiary:hover {
--pf-c-button--after--BorderColor: var(--ak-dark-background-lighter);
}
@ -197,6 +199,9 @@ select[multiple] {
.pf-c-login__main {
background-color: var(--ak-dark-background);
}
.pf-c-login__main-body {
color: var(--ak-dark-foreground);
}
.pf-c-login__main-footer-links-item-link > img {
filter: invert(1);
}