瀏覽代碼

Use a fainted text color for <hr> elements in the landing page (#4443)

* Use a fainted text color for <hr> elements in the landing page

* remove trailing whitespace
master
Damien Erambert 6 年之前
committed by Eugen Rochko
父節點
當前提交
ea144ba302
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      app/javascript/styles/about.scss

+ 4
- 0
app/javascript/styles/about.scss 查看文件

@@ -309,6 +309,10 @@
margin-bottom: 0;
}

hr {
border-color: rgba($ui-base-lighter-color, .6);
}

.header {
line-height: 30px;
overflow: hidden;


Loading…
取消
儲存