本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
calefaction
镜像来自
https://github.com/earwig/calefaction
關注
1
收藏
1
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
Add link coloring to styles.
master
Ben Kurtovic
8 年之前
父節點
5363fc32b0
當前提交
681030e8d6
共有
4 個檔案被更改
,包括
32 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
static/styles/amarr.css
+8
-0
static/styles/caldari.css
+8
-0
static/styles/gallente.css
+8
-0
static/styles/minmatar.css
+ 8
- 0
static/styles/amarr.css
查看文件
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F4A26;
}
a {
color: #FFDE78;
}
a:hover {
color: #DDBE68;
}
+ 8
- 0
static/styles/caldari.css
查看文件
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #364A5F;
}
a {
color: #99CCEE;
}
a:hover {
color: #88BBDD;
}
+ 8
- 0
static/styles/gallente.css
查看文件
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #365F4A;
}
a {
color: #66BB99;
}
a:hover {
color: #60AA90;
}
+ 8
- 0
static/styles/minmatar.css
查看文件
@@ -5,3 +5,11 @@ body {
main, header, footer {
border-color: #5F3C42;
}
a {
color: #D89988;
}
a:hover {
color: #C88070;
}
Write
Preview
Loading…
取消
儲存