Fix check emoji in darkmode
This commit is contained in:
parent
05565f5c74
commit
2f297a1a81
|
@ -145,7 +145,7 @@ function NewClassTableCourse(props) {
|
|||
<div
|
||||
className='nonbutton'
|
||||
>
|
||||
{interested} interested ✅
|
||||
{interested} interested <span className='dark-emoji'>✅</span>
|
||||
</div>
|
||||
:
|
||||
<Button
|
||||
|
|
|
@ -350,3 +350,7 @@ a {
|
|||
.darkmode--activated .footer {
|
||||
mix-blend-mode: difference;
|
||||
}
|
||||
|
||||
.darkmode--activated .dark-emoji {
|
||||
mix-blend-mode: difference;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user