Fix top page subscribe button color

This commit is contained in:
toshikanneko 2022-02-12 01:03:51 +01:00
parent e7e7d143e3
commit ee8791004b

View file

@ -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);
}
}
}
}
}