adjusted the color of green cards

This commit is contained in:
Giulio 2020-11-28 20:09:06 +01:00
parent d9e2a93e1c
commit 40c54cc0ee

View File

@ -133,7 +133,7 @@ export default {
} }
.card.usable-next-turn { .card.usable-next-turn {
box-shadow: box-shadow:
0 0 0 3pt rgb(192,192,117), 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa 0 0 0 3pt #65b46a, 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa
} }
} }
</style> </style>