1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Merge branch 'hotfix/4.2.1'

This commit is contained in:
Cotes Chung
2021-09-16 21:01:16 +08:00
parent d761d340a8
commit 20d72b65ed
11 changed files with 104 additions and 38 deletions

View File

@@ -199,12 +199,12 @@ div {
background-color: inherit;
color: var(--highlight-lineno-color);
&[locked=true] {
&[timeout] {
color: var(--clipboard-checked-color);
border-color: var(--clipboard-checked-color);
}
&:not([locked]):hover {
&:not([timeout]):hover {
background-color: gray;
color: white;
}