resources/views/components/card.blade.php: color backface borders.
This commit is contained in:
parent
7009d7a349
commit
c2f3c7c4b1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ if ($flipped) {
|
|||
}
|
||||
|
||||
if ($win) {
|
||||
$backface_class .= ' bg-green-300 hover:bg-green-400';
|
||||
$backface_class .= ' bg-green-300 hover:bg-green-400 border-green-400';
|
||||
} else {
|
||||
$backface_class .= ' bg-blue-300 hover:bg-blue-400';
|
||||
$backface_class .= ' bg-blue-300 hover:bg-blue-400 border-blue-400';
|
||||
}
|
||||
|
||||
@endphp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue