浏览代码

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;
width: 100%;
padding: 0px;
margin: 0px 50px;
}

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

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

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

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


正在加载...
取消
保存