이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
chemicalcrux
/
stroll
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
11
위키
활동
소스 검색
Made links less impossible to read in dark mode
tags/v0.7.4
Fen Dweller
7 년 전
부모
3c0b480ad5
커밋
6da5d051d9
2개의 변경된 파일
과
12개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
stroll.html
+9
-4
style.css
+ 3
- 1
stroll.html
파일 보기
@@ -1142,7 +1142,9 @@
<input autocomplete="off" class="custom-header-checkbox" type="checkbox" id="magicEnabled" name="magicEnabled" />
<label class="custom-header" for="magicEnabled">Magic</label>
<div class="reveal-if-active">
<li>
It's on :D
</li>
</div>
</div>
</ul>
+ 9
- 4
style.css
파일 보기
@@ -465,20 +465,25 @@ body.light a:visited {
}
body.light a:hover {
color: #
0000
EE;
color: #
2222
EE;
}
body.dark a {
color: #
0000
FF;
color: #
8888
FF;
text-decoration: none;
}
body.dark a:visited {
color: #
0000
DD;
color: #
8888
DD;
}
body.dark a:hover {
color: #0000EE;
color: #AAAAEE;
}
a:hover {
text-shadow: 0px 0px 5px #eeeeff;
text-decoration: none;
}
.character-build {
쓰기
미리보기
불러오는 중...
취소
저장