summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-02-10 16:19:01 +0100
committerTor Andersson <tor@ccxvii.net>2024-02-10 16:19:01 +0100
commit0541c8e31354f8158ef4faefe5283bc8e7828019 (patch)
tree9b97d4bc09607a46e0071e97d5002e3449b9a763 /cards.css
parent9b48030c49d0cefa0499f571f1f5bac7f2b47378 (diff)
downloadplantagenet-0541c8e31354f8158ef4faefe5283bc8e7828019.tar.gz
Add pointer-events: none so HTML text on cards doesn't interfere.
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cards.css b/cards.css
index baa33c9..0712b89 100644
--- a/cards.css
+++ b/cards.css
@@ -17,6 +17,10 @@
border-radius: 6px;
}
+.aow * {
+ pointer-events: none;
+}
+
.aow .number {
display: none;
font: 8px "B612";