Fix check emoji in darkmode

This commit is contained in:
Tanner Collin 2023-08-14 22:43:28 +00:00
parent 05565f5c74
commit 2f297a1a81
2 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function NewClassTableCourse(props) {
<div
className='nonbutton'
>
{interested} interested
{interested} interested <span className='dark-emoji'></span>
</div>
:
<Button

View File

@ -350,3 +350,7 @@ a {
.darkmode--activated .footer {
mix-blend-mode: difference;
}
.darkmode--activated .dark-emoji {
mix-blend-mode: difference;
}