소스 검색

Shade the background for subcategories. Remove excess margin.

tags/v1.1.0
Fen Dweller 6 년 전
부모
커밋
b2584888c1
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      style.css

+ 8
- 1
style.css 파일 보기

@@ -349,7 +349,6 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
margin: 10px; margin: 10px;
width: 100%; width: 100%;
padding: 0px; padding: 0px;
margin: 0px 50px;
} }


body.light .custom-category { body.light .custom-category {
@@ -514,6 +513,14 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header
width: 90%; width: 90%;
} }


body.dark .flex-outer-sub {
background: #181818;
}

body.dark .flex-outer-sub .flex-outer-sub {
background: #222;
}

body.light .has-tooltip { body.light .has-tooltip {
position: relative; position: relative;
display: inline-block; display: inline-block;


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