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">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--text-color: #e0e0e0;
|
||||
--accent-color: #1793d1;
|
||||
}
|
||||
/* Grundlayout */
|
||||
body {
|
||||
background-color: #1e1e1e;
|
||||
@@ -47,8 +51,8 @@
|
||||
display: flex; /* Zum Zentrieren des Icons */
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 30px;
|
||||
height: 40px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -161,10 +165,10 @@
|
||||
<a href="https://code.helios.giize.com" class="nav-link" data-tooltip="Code" target="_blank">
|
||||
<i class="fa-solid fa-code"></i>
|
||||
</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>
|
||||
</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>
|
||||
</a>
|
||||
<a href="https://admin.helios.giize.com" class="nav-link" data-tooltip="Admin" target="_blank">
|
||||
@@ -212,6 +216,4 @@
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user