remove busted links to old layout.css location

This commit is contained in:
lindsaym-fa
2024-12-13 15:03:25 -05:00
parent 07d15fd863
commit 28ebab868b
3 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ document.addEventListener('click', event => {
`<script type="module" src="${cdnUrl}webawesome.loader.js"></script>\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/themes/default.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/applied.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/themes/layout.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/utilities.css">\n\n` +
`${code.textContent}`;
const css = 'html > body {\n font: 16px sans-serif;\n padding: 2rem;\n}';