diff --git a/gems/index.html b/gems/index.html index dcd42ca..836c1d8 100644 --- a/gems/index.html +++ b/gems/index.html @@ -29,6 +29,16 @@
+ +
+

oneko.js and neko

+

+ the cute little cat spread across computers and the internet since 1989 +

+
+
+
+

Did you know Bill Gates was hot!!! And single???

diff --git a/gems/oneko.gif b/gems/oneko.gif new file mode 100644 index 0000000..a009c2c Binary files /dev/null and b/gems/oneko.gif differ diff --git a/index.html b/index.html index 9b49f08..aeef299 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,6 @@
diff --git a/oneko.js b/oneko.js index cbc5174..6d21d28 100644 --- a/oneko.js +++ b/oneko.js @@ -96,7 +96,7 @@ nekoEl.style.top = `${nekoPosY - 16}px`; nekoEl.style.zIndex = 2147483647; - let nekoFile = "./oneko.gif" + let nekoFile = "/oneko.gif" const curScript = document.currentScript if (curScript && curScript.dataset.cat) { nekoFile = curScript.dataset.cat diff --git a/style.css b/style.css index 0366215..1c3e91e 100644 --- a/style.css +++ b/style.css @@ -137,7 +137,6 @@ gap: 20px; padding-bottom: 5px; padding-top: 5px; } -.blog-post-spacer { padding: 3px; } .blog-post p, .gallery p { color: #FFF; padding: 3px; @@ -145,8 +144,7 @@ gap: 20px; .blog a { text-decoration: none; - margin-top: 10px; - margin-bottom: 10px; + margin-top: 25px; background-color: rgba(34, 34, 34, 0.85); color: inherit; /* Inherit the text color from the parent */ display: block; /* Make the anchor tag take up the full space */