소스 검색

Add quotes and italics to upgrade descriptions

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
949dc4839b
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      gorge.css

+ 10
- 0
gorge.css 파일 보기

@@ -284,6 +284,16 @@ button {
font-size: 14px;
color: #bbb;
margin: 10px;
quotes: '\201c' '\201d';
font-style: italic;
}

#upgrade-tooltip-desc:before {
content: open-quote;
}

#upgrade-tooltip-desc:after {
content: close-quote;
}

#upgrade-tooltip-effect {


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