diff --git a/index.html b/index.html
index bc77715..e33aebd 100644
--- a/index.html
+++ b/index.html
@@ -39,8 +39,9 @@
diff --git a/styles/linked-list-hashpointers.svg b/styles/hashpointers-hashes.svg
similarity index 86%
rename from styles/linked-list-hashpointers.svg
rename to styles/hashpointers-hashes.svg
index 3ccea95..b1ad140 100644
--- a/styles/linked-list-hashpointers.svg
+++ b/styles/hashpointers-hashes.svg
@@ -102,8 +102,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
- inkscape:cx="312.59118"
- inkscape:cy="188.78368"
+ inkscape:cx="206.16261"
+ inkscape:cy="195.21225"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -125,7 +125,7 @@
image/svg+xml
-
+
@@ -134,25 +134,6 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(-209.7363,42.325432)">
-
-
-
-
-
-
diff --git a/styles/linked-list.svg b/styles/hashpointers-linked-list.svg
similarity index 91%
rename from styles/linked-list.svg
rename to styles/hashpointers-linked-list.svg
index 442cd77..266831f 100644
--- a/styles/linked-list.svg
+++ b/styles/hashpointers-linked-list.svg
@@ -102,7 +102,7 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
- inkscape:cx="171.16261"
+ inkscape:cx="39.734039"
inkscape:cy="195.21225"
inkscape:document-units="px"
inkscape:current-layer="layer1"
@@ -125,7 +125,7 @@
image/svg+xml
-
+
@@ -134,11 +134,6 @@
inkscape:groupmode="layer"
id="layer1"
transform="translate(-209.7363,42.325432)">
-
-
+
+
+
diff --git a/styles/main.css b/styles/main.css
index 081d853..1bb8ed3 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -71,7 +71,7 @@ body.is-loading:after {
}
body.simulate-projection {
- filter: contrast(0.65);
+ filter: contrast(0.8);
}
main {
@@ -93,7 +93,7 @@ nav {
transition: transform ease 0.5s;
font-size: 0.5rem;
z-index: 2;
- background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.5));
+ background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.75));
}
nav > label {