使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
clonk2u
/
stroll
派生自
chemicalcrux/stroll
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Made links less impossible to read in dark mode
tags/v0.7.4
Fen Dweller
7 年前
父节点
3c0b480ad5
当前提交
6da5d051d9
共有
2 个文件被更改
,包括
12 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 {
撰写
预览
正在加载...
取消
保存