the home site for me: also iteration 3 or 4 of my site

bug: fix no js weirdness with codeblocks

dunkirk.sh 9d2c0bd0 efae4893

verified
Changed files
+2 -4
sass
+2 -4
sass/css/_copy-button.scss
···
justify-content: space-between;
align-items: center;
border-radius: 0.2em 0.2em 0 0;
-
background-color: var(--accent);
+
/* background-color: var(--accent); */
background-size: 200%;
padding: 0.25rem;
height: 2.5rem;
···
p {
margin: 0;
padding: 0.25rem 0.75rem;
-
color: var(--purple-gray);
font-weight: bold;
line-height: 1;
}
···
pre.z-code:not(.pre-container):not(.pre-container pre) {
position: relative;
-
border-radius: 7px;
border: none;
background-color: var(--accent);
padding: 0.4em;
···
}
blockquote:not(.pre-container blockquote) + pre.z-code {
-
border-radius: 0 7px 7px 7px;
+
border-radius: 0 0 7px 7px;
}