From 5c26ac44ef8d477ab76f35c3fed0c5be6654aae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 11 Aug 2022 19:32:47 +0300 Subject: [PATCH] Rename styles => css --- resources/{styles => css}/main.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) rename resources/{styles => css}/main.css (99%) diff --git a/resources/styles/main.css b/resources/css/main.css similarity index 99% rename from resources/styles/main.css rename to resources/css/main.css index 5d5339b..d65f022 100644 --- a/resources/styles/main.css +++ b/resources/css/main.css @@ -893,7 +893,6 @@ html, body { padding: 0; background-color: #364040; scroll-behavior: smooth; - font-family: sans-serif; } a { @@ -940,18 +939,6 @@ a:active { padding-bottom: 0; } -.hidden { - display: none; -} - -.flex { - display: flex; -} - -.inline-block { - display: inline-block; -} - .no-decoration { text-decoration: none; color: inherit; @@ -1093,6 +1080,7 @@ a:active { } #scroll-to-top { + display: none; width: 50px; height: 50px; position: fixed;