diff --git a/frontend/src/components/Card.vue b/frontend/src/components/Card.vue index 1997767..3b95b94 100644 --- a/frontend/src/components/Card.vue +++ b/frontend/src/components/Card.vue @@ -70,7 +70,7 @@ export default { } .card.usable-next-turn { box-shadow: - 0 0 0 3pt rgb(192,192,117), 0 0 0 6pt white, 0 0 5pt 6pt #aaa + 0 0 0 3pt #6aa16e, 0 0 0 6pt white, 0 0 5pt 6pt #aaa } .card h4 { position: absolute; @@ -133,7 +133,7 @@ export default { } .card.usable-next-turn { box-shadow: - 0 0 0 3pt #65b46a, 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa + 0 0 0 3pt #6aa16e, 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa } } \ No newline at end of file