Use more toned colors for selected line (#11493)

Co-authored-by: zeripath <art27@cantab.net>
这个提交包含在:
Cirno the Strongest
2020-05-19 01:58:45 -04:00
提交者 GitHub
共同撰写人 zeripath
父节点 29fbe63ba9
当前提交 7b66400f55
修改 2 个文件,包含 2 行新增2 行删除
+1 -1
查看文件
@@ -1177,7 +1177,7 @@ i.icon.centerlock {
} }
.lines-code .active { .lines-code .active {
background: #fff866; background: #fff6af;
} }
} }
+1 -1
查看文件
@@ -1138,7 +1138,7 @@ td.blob-excerpt {
} }
.lines-code .code-view .active { .lines-code .code-view .active {
background: #554a00; background: #534d1b;
} }
a.ui.label:hover, a.ui.label:hover,