瀏覽代碼

Make statblocks highlight when hovered over

master
Fen Dweller 5 年之前
父節點
當前提交
c38e813d57
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      src/components/Combat.vue

+ 6
- 0
src/components/Combat.vue 查看文件

@@ -187,6 +187,12 @@ a {
justify-content: start;
height: 100%;
}
.statblock:hover {
background: #444;
}
.statblock:hover[data-active] {
background: #666;
}
</style>

<style>


Loading…
取消
儲存