Add text color

This commit is contained in:
Greg Burri 2025-05-05 11:14:41 +02:00
parent c8ac7a31de
commit 424bb7f3a1

View file

@ -33,6 +33,7 @@
border-radius: 0.5em; border-radius: 0.5em;
background-color: consts.$color-2; background-color: consts.$color-2;
color: consts.$text-color;
text-align: center; text-align: center;
padding: calc(2 * consts.$margin) calc(2 * consts.$margin); padding: calc(2 * consts.$margin) calc(2 * consts.$margin);
box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3); box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);