Formatting

This commit is contained in:
asonix 2023-07-30 13:52:50 -05:00
parent 6c6d04528d
commit 9009660b15

View file

@ -94,6 +94,7 @@
.web-environment-integrity-message {
display: none;
}
section.web-environment-integrity-message {
background-color: lightyellow;
color: #000;
@ -313,7 +314,8 @@
a library for managing retryable tasks that run in the background of an application
</li>
<li>
<a href="https://git.asonix.dog/asonix/http-signature-normalization" target="_blank">http-signature-normalization</a>,
<a href="https://git.asonix.dog/asonix/http-signature-normalization"
target="_blank">http-signature-normalization</a>,
a library implementing the HTTP Signatures IETF draft
</li>
<li>
@ -345,7 +347,7 @@
</nav>
</header>
<script>
if(navigator.getEnvironmentIntegrity !== undefined) {
if (navigator.getEnvironmentIntegrity !== undefined) {
document.querySelectorAll('.web-environment-integrity-message').forEach((elem) => elem.setAttribute("style", "display: block;"));
document.querySelectorAll('.main-content').forEach((elem) => elem.setAttribute("style", "display: none;"));
}