浏览代码

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;
}

正在加载...
取消
保存