mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
major cleanup
This commit is contained in:
@@ -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>
|
||||
@@ -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) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user