ソースを参照

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>


読み込み中…
キャンセル
保存