Due to last commit, important styling isn't necessary anymore
This commit is contained in:
parent
28f482f728
commit
f3b2e49eab
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue