틀:와르샤와/styles.css: 두 판 사이의 차이

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
1번째 줄: 1번째 줄:
.set-image-ani {
.number-link {
  opacity: 0.6;
color: #580009;
  user-select: none;
    margin-right: 0.1rem;
  transition: opacity 0.2s
    cursor: pointer;
}
    text-decoration: none;
 
    user-select: none;
.set-image-ani:hover {
  opacity: 1;
  transition: opacity 0.2s
}
}

2024년 3월 27일 (수) 20:56 판

.number-link {
	color: #580009;
    margin-right: 0.1rem;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}