fix mobile highlight style

This commit is contained in:
plebbitor
2023-04-20 10:07:36 +02:00
parent 38174f8b18
commit 82d19b6bcf
-4
View File
@@ -2901,15 +2901,11 @@ export const BoardForm = styled.div`
case 'Yotsuba':
return `.highlighted {
background-color: #f0c0b0 !important;
border-left: none !important;
border-top: none !important;
}`;
case 'Yotsuba-B':
return `.highlighted {
background-color: #d6bad0 !important;
border-left: none !important;
border-top: none !important;
}`;
case 'Futaba':