mirror of
https://github.com/janishutz/libreevent.git
synced 2026-04-28 05:49:26 +02:00
nicer red + better welcome
This commit is contained in:
Vendored
+3
-1
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Vendored
+1
-1
@@ -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