浏览代码

Make statblocks highlight when hovered over

vintage
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>


正在加载...
取消
保存