diff --git a/_layouts/default.html b/_layouts/default.html
index e23908b..6b52fdb 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,7 +15,7 @@ navbar: topnav
style="border:none; position: fixed; z-index: 102; bottom: 0; left: 40vw;"
src="https://dimden.neocities.org/navlink/" name="neolink">
-
+
{% if page.neko == "true" %}
{% include neko.html %}
{% endif %}
diff --git a/_sass/main.scss b/_sass/main.scss
index 1a3f9d9..782f612 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -6,6 +6,20 @@
html {
background-color: #2196F3;
+ filter: blur(0.5px);
+}
+
+html::before {
+ content: "";
+ position: fixed;
+ top: 0px; left: 0px;
+ width: 100%; height: 100%;
+ pointer-events: none;
+ opacity: 0.2;
+ z-index: 100000000;
+ background-color: yellowgreen;
+ opacity: 0.8;
+ mix-blend-mode: multiply;
}
html, body {
@@ -79,7 +93,7 @@ img {
display: flex;
justify-content: flex-end;
position: fixed;
- bottom: 10vh; left: 4vw;
+ bottom: 10vh; left: -4vw;
padding: 10px;
gap: 10px;
width: 25vw;
@@ -125,6 +139,8 @@ body::before {
opacity: 0.2;
pointer-events: none; z-index: 1000;
background-image: url("/assets/images/decor/overlay.png");
+ background-image: linear-gradient(#000000, #00000000, #000000);
+ background-size: 3px 3px;
animation-name: static;
animation-duration: 2s; animation-iteration-count: infinite;
animation-timing-function: steps(4);
diff --git a/_sass/sidebar.scss b/_sass/sidebar.scss
index 5c536ed..4549555 100644
--- a/_sass/sidebar.scss
+++ b/_sass/sidebar.scss
@@ -21,10 +21,15 @@
}
.container>* {
- background-color: #ccc;
+ background-color: #222;
+ color: white;
+ text-shadow: 2px 2px 5px white;
border: 2px black solid;
overflow: scroll;
+
+ box-shadow: 0px 0px 20px -5px black;
}
+.container a { color: white; }
.main { grid-area: main; }
@@ -45,6 +50,7 @@
background-color: transparent;
border: transparent;
image-rendering: pixelated;
+ box-shadow: initial;
}
.quotes {
@@ -62,4 +68,4 @@
}
.pets { grid-area: pets; }
-
+#statuscafe, #statuscafe a { color: black; }