ソースを参照

change appearance of links

master
erichhasl 8年前
コミット
31e0781439
1個のファイルの変更9行の追加0行の削除
  1. +9
    -0
      web_dev/sas_web/static/public/css/default.css

+ 9
- 0
web_dev/sas_web/static/public/css/default.css ファイルの表示

@@ -2,3 +2,12 @@
margin-left: 5%;
margin-right: 5%;
}

#content a {
color: #9F2D17;
text-decoration: none;
}

#content a:hover {
color: #48140a;
}

読み込み中…
キャンセル
保存