1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-25 23:40:57 +00:00

fix: css for green button was wrong

This commit is contained in:
thomasrosen 2022-11-22 14:11:13 +01:00
parent d6e61abcfe
commit 946c95b6f6

View file

@ -585,9 +585,9 @@ button {
}
button.green,
.page.purple_bg button,
.page.red_bg button,
.page.blue_bg button {
.page.purple_bg button.green,
.page.red_bg button.green,
.page.blue_bg button.green {
background: var(--volt-green);
color: white;
}