Due to last commit, important styling isn't necessary anymore

This commit is contained in:
tijsklaren 2023-02-05 17:34:13 +01:00
parent 28f482f728
commit f3b2e49eab
1 changed files with 2 additions and 2 deletions

View File

@ -42,10 +42,10 @@ button, input[type='submit'], input[type='button'], .button{
text-align: center; text-align: center;
/* The standard background color is intermate yellos */ /* The standard background color is intermate yellos */
background-color: var(--intermate-yellow) !important; background-color: var(--intermate-yellow);
/* White looks good on intermate yellow */ /* White looks good on intermate yellow */
color: white !important; color: white;
/* We should be able to see it, so let's make the text bold */ /* We should be able to see it, so let's make the text bold */
font-weight: bold; font-weight: bold;