Fix top page subscribe button color
This commit is contained in:
parent
e7e7d143e3
commit
ee8791004b
1 changed files with 6 additions and 0 deletions
|
@ -763,6 +763,12 @@ img {
|
|||
color: var(--color-text);
|
||||
background-color: var(--color-header-button);
|
||||
}
|
||||
.button-group {
|
||||
.button--alt {
|
||||
color: var(--color-primary-contrast);
|
||||
background-color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue