add open source reference

This commit is contained in:
2026-08-29 01:50:36 +02:00
parent 9533af248a
commit b50e6e9280
2 changed files with 18 additions and 1 deletions
+9
View File
@@ -82,6 +82,15 @@ a:hover {
margin: 0;
}
.site-notice a {
color: var(--accent);
font-weight: 500;
}
.site-notice a:hover {
color: var(--accent-light);
}
.site-header {
position: sticky;
top: 0;
+9 -1
View File
@@ -15,7 +15,15 @@
<header class="site-header">
<div class="site-notice">
<div class="container">
<p>This site doesn't use JavaScript or cookies</p>
<p>
This site doesn't use JavaScript or cookies and is
<a
href="https://git.nobswebdev.com/nobswebdev/nullcart_promo_website"
target="_blank"
rel="noopener noreferrer"
>open source</a
>.
</p>
</div>
</div>
<div class="container site-header__inner">