fix green
This commit is contained in:
parent
40c54cc0ee
commit
d4a7d3752e
@ -70,7 +70,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 white, 0 0 5pt 6pt #aaa
|
0 0 0 3pt #6aa16e, 0 0 0 6pt white, 0 0 5pt 6pt #aaa
|
||||||
}
|
}
|
||||||
.card h4 {
|
.card h4 {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -133,7 +133,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.card.usable-next-turn {
|
.card.usable-next-turn {
|
||||||
box-shadow:
|
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>
|
</style>
|
Loading…
Reference in New Issue
Block a user