1 Star 1 Fork 3

邓广元/MiniTES

forked from 锅巴汉化/MiniTES 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
themePurple.css 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaolinxu 提交于 2019-03-07 18:00 . 源码
body {
background: #2B062A;
color:#D9DBF6;
font-family: Courier, monospace;
}
button { /* On a scale of Body#background to Body#color, ranges from 0-14 */
background: #482A4C; /* 3 */
border:1px solid #AEA6C3; /* 10 */
color:#D9DBF6; /* 14 */
}
button:hover {
color:#D9DBF6; /* 14 */
background: #654D6E; /* 5 */
}
button:disabled {
color:#482A4C; /* 3 */
background: #2B062A; /* 1.5 */
border: 1px solid #401E3F; /* 4 */
}
button:disabled:hover {
background: #300A2F; /* 2 */
}
.fadedText4 {
color:#482A4C;
}
.fadedText3 {
color:#654D6E;
}
.fadedText2 {
color:#827190;
}
.fadedText1 {
color:#AEA6C3;
}
.fullBrightText {
color:#D9DBF6;
}
a:link { color:#D9DBF6 } /* unvisited links */
a:visited { color:#D9DBF6 } /* visited links */
a:hover { color:#D9DBF6 } /* user hovers */
a:active { color:#D9DBF6 } /* active links */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deng-guangyuan/MiniTES.git
[email protected]:deng-guangyuan/MiniTES.git
deng-guangyuan
MiniTES
MiniTES
master

搜索帮助