major cleanup

This commit is contained in:
neon443
2024-04-02 12:50:54 +01:00
parent eb33a53816
commit 8407efd691
2 changed files with 118 additions and 124 deletions

View File

@@ -28,9 +28,7 @@
</div>
<div class="contentPush"></div>
<p>
<b>
This site is owned and maintained by Nihaal Sharma.<br>
My Projects</b><br>
<b>This site is owned and maintained by Nihaal Sharma.<br>My Projects</b><br>
<b>├─</b><a href="https://neon443.github.io/eaglercraft152/">eaglercraft152</a> - Minecraft 1.5.2<br>
<b>├─</b><a href="https://neon443.github.io/eaglercraftX188/">eaglercraftX188</a> - Minecraft 1.8.8<br>
<b>├─</b><a href="https://neon443.github.io/webEPK/">webEPK</a><br>
@@ -43,5 +41,6 @@
<b>├─</b><a href="https://neon443.github.io/slope/">Slope</a><br>
<b>├─</b><a href="https://neon443.github.io/sandspiel/">Sandspiel</a><br>
<b>└─</b><a href="https://neon443.github.io/sandboxels/">Sandboxels</a><br><br>
</p>
</body>
</html>

View File

@@ -27,13 +27,12 @@
font-family: system-ui;
transition: 0.2s;
color: #222;
}
b {
color: #ff6200
color: #ff6200;
}
a {
color: #007AFF
color: #007aff;
}
body {
background-color: #ddd;
@@ -61,7 +60,6 @@
.contentPush {
height: 65px;
positon: fixed;
top: 0;
}
@@ -75,7 +73,6 @@
padding: 0;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.25);
-webkit-backdrop-filter: blur(2.5px);
-moz-backdrop-filter: blur(2.5px);
backdrop-filter: blur(2.5px);
@@ -156,7 +153,6 @@
.barItem a:hover {
background-color: #eee;
color: #111;
-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
@@ -164,5 +160,4 @@
}
@media screen and (max-width: 600px) {
}