Merge branch 'feature/noscript'

This commit is contained in:
2022-10-28 19:48:52 +02:00
6 changed files with 66 additions and 4 deletions

View File

@ -81,4 +81,11 @@
</nav>
</div>
</div>
<noscript>
<style>
.navigation {
background-color: #1a1a37;
}
</style>
</noscript>
</header>