浏览代码

Styling fixes

undefined
Tomochin 7 年前
父节点
当前提交
78bbdce6c4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      static/styles/sugoi/style.css

+ 1
- 2
static/styles/sugoi/style.css 查看文件

@@ -34,12 +34,11 @@ body {
a { a {
text-decoration: none; text-decoration: none;
border: none; border: none;
color: #0000af;
color: #000045;
} }


a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
color: #1300e6;
} }


button, input[type=button], input[type=submit] { button, input[type=button], input[type=submit] {


正在加载...
取消
保存