使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
clonk2u
/
stroll
派生自
chemicalcrux/stroll
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Reset to dark gray
tags/v0.7.0
Fen Dweller
8 年前
父节点
1f432f37ea
当前提交
b94646c34c
共有
1 个文件被更改
,包括
3 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-3
style.css
+ 3
- 3
style.css
查看文件
@@ -7,7 +7,7 @@
.dark {
color: #eee;
background: #
000
;
background: #
111
;
font-family: Arial;
}
@@ -41,7 +41,7 @@ body.dark button {
}
body.dark div {
background: #
000
;
background: #
111
;
}
.game-area {
@@ -77,7 +77,7 @@ body.dark #log {
height: 900px;
overflow: auto;
color: #eee;
background-color: #
222
;
background-color: #
111
;
}
.stat-header-self {
撰写
预览
正在加载...
取消
保存