remove text
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 12s

This commit is contained in:
Tony
2026-01-14 15:07:34 -06:00
parent a1dcd70043
commit cd6c579d9c
3 changed files with 5 additions and 3 deletions

View File

@@ -32,8 +32,6 @@ jobs:
echo '<script>' echo '<script>'
cat src/quote.js cat src/quote.js
echo '</script>' echo '</script>'
echo '<style>'
echo '</style>'
} > build/after-body.html } > build/after-body.html
- name: Build artifacts - name: Build artifacts

View File

@@ -28,7 +28,6 @@
btn.textContent = ""; btn.textContent = "";
btn.innerHTML = ` btn.innerHTML = `
<span class="quote-icon" aria-hidden="true"></span> <span class="quote-icon" aria-hidden="true"></span>
<span class="sr-only">Quote</span>
`; `;
btn.addEventListener("click", (e) => { btn.addEventListener("click", (e) => {
e.preventDefault(); e.preventDefault();

View File

@@ -243,6 +243,11 @@ pre code{
<path fill='currentColor' d='M96 224c0-35.3 28.7-64 64-64h32V64H160C71.6 64 0 135.6 0 224v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32zm256 0c0-35.3 28.7-64 64-64h32V64h-32c-88.4 0-160 71.6-160 160v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32z'/>\ <path fill='currentColor' d='M96 224c0-35.3 28.7-64 64-64h32V64H160C71.6 64 0 135.6 0 224v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32zm256 0c0-35.3 28.7-64 64-64h32V64h-32c-88.4 0-160 71.6-160 160v64c0 70.7 57.3 128 128 128h32V288h-32c-17.7 0-32-14.3-32-32v-32z'/>\
</svg>"); </svg>");
} }
.quote-btn {
margin-left:.5rem;
font-size:.8em;
vertical-align:middle;
}
/* Small-screen polish */ /* Small-screen polish */
@media (max-width: 520px){ @media (max-width: 520px){