[TASK] rm debug colors headlines
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m3s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m3s
This commit is contained in:
parent
7f18239121
commit
d6c1d8fe51
@ -63,24 +63,6 @@ details > summary {
|
||||
position: sticky;
|
||||
background-color: var(--pico-background-color);
|
||||
top: 0;
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
details details > summary {
|
||||
position: unset !important;
|
||||
background: red;
|
||||
}
|
||||
|
||||
details details details > summary {
|
||||
background: blue;
|
||||
}
|
||||
|
||||
details details details details > summary {
|
||||
background: pink;
|
||||
}
|
||||
|
||||
details details details details details > summary {
|
||||
background-color:green;
|
||||
}
|
||||
|
||||
summary h2,
|
||||
@ -91,7 +73,8 @@ summary h5 {
|
||||
}
|
||||
|
||||
summary.js-is-sticky {
|
||||
padding: 1rem 0;
|
||||
padding: 1.5rem 0;
|
||||
background: linear-gradient(0deg, transparent, var(--pico-background-color), var(--pico-background-color), var(--pico-background-color));
|
||||
}
|
||||
|
||||
summary.js-is-sticky h2,
|
||||
|
Loading…
Reference in New Issue
Block a user