style(challenge modal): add themes styling

This commit is contained in:
plebeius.eth
2024-04-27 12:40:54 +02:00
parent c0426116e2
commit c219236ca8
2 changed files with 52 additions and 0 deletions
@@ -44,6 +44,7 @@
font-size: 10pt;
outline: medium none;
width: 298px;
filter: var(--filter80);
padding: 2px;
margin-bottom: 1px;
}
@@ -75,5 +76,6 @@
.challengeFooter button {
margin: 5px 5px 0 0;
cursor: pointer;
filter: var(--filter80);
text-transform: capitalize;
}