mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
nicer red + better welcome
This commit is contained in:
4
website/dist/css/style.css
vendored
4
website/dist/css/style.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
2
website/dist/nav.html
vendored
2
website/dist/nav.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user