We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<table class="striped"> <tbody><style>.log-data0 { padding-left: 0rem; }</style> <tr><td data-theme="light"><strong>aaa:</strong></td><td>aaaa</td></tr> <tr><td data-theme="light"><strong>aaa:</strong></td><td>aaaa</td></tr> <tr data-theme="light"><td ><strong>aaa:</strong></td><td>aaaa</td></tr> <tr data-theme="light"><td ><strong>aaa:</strong></td><td>aaaa</td></tr> </tbody> </table>
A concise description of the bug.
The light theme being applied correctly.
<head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Mechanical Dirk</title><meta name="viewport" content="width=device-width, initial-scale=1"/><script src="https://unpkg.com/[email protected]" crossorigin="anonymous"></script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css"/><script> // https://stackoverflow.com/questions/69364278/handle-errors-with-htmx document.body.addEventListener('htmx:beforeOnLoad', function (evt) { if (evt.detail.xhr.status === 400 || evt.detail.xhr.status === 500) { evt.detail.shouldSwap = true; evt.detail.isError = false; } }); </script></head>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Current Behavior
A concise description of the bug.
Expected Behavior
The light theme being applied correctly.
head element:
The text was updated successfully, but these errors were encountered: