fix green

This commit is contained in:
Alberto Xamin 2020-11-28 20:28:20 +01:00
parent 40c54cc0ee
commit d4a7d3752e
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -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
}
}
</style>