fix index.html
This commit is contained in:
16
index.html
16
index.html
@@ -9,6 +9,10 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
:root {
|
||||||
|
--text-color: #e0e0e0;
|
||||||
|
--accent-color: #1793d1;
|
||||||
|
}
|
||||||
/* Grundlayout */
|
/* Grundlayout */
|
||||||
body {
|
body {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
@@ -47,8 +51,8 @@
|
|||||||
display: flex; /* Zum Zentrieren des Icons */
|
display: flex; /* Zum Zentrieren des Icons */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 50px;
|
width: 30px;
|
||||||
height: 50px;
|
height: 40px;
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@@ -161,10 +165,10 @@
|
|||||||
<a href="https://code.helios.giize.com" class="nav-link" data-tooltip="Code" target="_blank">
|
<a href="https://code.helios.giize.com" class="nav-link" data-tooltip="Code" target="_blank">
|
||||||
<i class="fa-solid fa-code"></i>
|
<i class="fa-solid fa-code"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://git.helios.giize.com" class="nav-link" data-tooptip="Gitea" target="_blank">
|
<a href="https://git.helios.giize.com" class="nav-link" data-tooltip="Gitea" target="_blank">
|
||||||
<i class="fa-brands fa-git-alt"></i>
|
<i class="fa-brands fa-git-alt"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://docker.helios.giize.com" class="nav-link" data-tooptip="Docker" target="_blank">
|
<a href="https://docker.helios.giize.com" class="nav-link" data-tooltip="Docker" target="_blank">
|
||||||
<i class="fa-brands fa-docker"></i>
|
<i class="fa-brands fa-docker"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://admin.helios.giize.com" class="nav-link" data-tooltip="Admin" target="_blank">
|
<a href="https://admin.helios.giize.com" class="nav-link" data-tooltip="Admin" target="_blank">
|
||||||
@@ -212,6 +216,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user