From e4ecb8f2b971e25787f9dbe24ccf2b44236d939c Mon Sep 17 00:00:00 2001 From: BluePotato102 Date: Sat, 26 Aug 2023 15:33:55 -0500 Subject: [PATCH] test changes --- css/{loading-old.css => loading-hexagon.css} | 0 css/style.css | 5 +++-- index.html | 3 ++- js/{loading-old.js => loading-hexagon.js} | 0 4 files changed, 5 insertions(+), 3 deletions(-) rename css/{loading-old.css => loading-hexagon.css} (100%) rename js/{loading-old.js => loading-hexagon.js} (100%) diff --git a/css/loading-old.css b/css/loading-hexagon.css similarity index 100% rename from css/loading-old.css rename to css/loading-hexagon.css diff --git a/css/style.css b/css/style.css index 0e4dd87c..7e34d065 100644 --- a/css/style.css +++ b/css/style.css @@ -108,7 +108,6 @@ logo img { float: left; width: 25%; padding: 0 10px; - cursor: pointer; } .column button { @@ -132,8 +131,10 @@ logo img { font-family: var(--font-family); transition: all 0.2s ease-in; cursor: pointer; -} +} .card:hover { background-color: var(--hover-color); + transform: scale(1.05); + box-shadow: var(--font-color) 0 6px 12px 0; } \ No newline at end of file diff --git a/index.html b/index.html index 8527f81e..8ba11b70 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,8 @@
diff --git a/js/loading-old.js b/js/loading-hexagon.js similarity index 100% rename from js/loading-old.js rename to js/loading-hexagon.js