このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存