nicer red + better welcome

This commit is contained in:
2023-03-30 15:55:40 +02:00
parent aa38572aa4
commit cd3f551374
4 changed files with 53 additions and 3 deletions

View File

@@ -21,8 +21,10 @@ body {
}
.dev {
background-color: red;
background-color: rgb(182, 69, 69, 0.9);
padding: 10px;
text-align: center;
border-radius: 50px;
}
/*

View File

@@ -16,7 +16,7 @@
<a class="navitem inactive" id="docs" href="/docs">Documentation</a>
<a class="navitem inactive" id="download" href="/download">Download</a>
<a class="navitem inactive" id="about" href="/about">About</a>
<a class="navitem inactive" id="gh" href="https://github.com/simplePCBuilding/myevent">GitHub</a>
<a class="navitem inactive" id="gh" href="https://github.com/simplePCBuilding/myevent" target="_blank" onclick="sessionStorage.setItem( 'menuOpen', String( false ) );">GitHub</a>
</div>
</div>
</div>