소스 검색

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>


불러오는 중...
취소
저장