diff --git a/src/components/Combat.vue b/src/components/Combat.vue index e0c48d2..383267b 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -187,6 +187,12 @@ a { justify-content: start; height: 100%; } +.statblock:hover { + background: #444; +} +.statblock:hover[data-active] { + background: #666; +}