소스 검색

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;


불러오는 중...
취소
저장