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