From 1d0f1d389623b2bca90c9ecdde553e00c4b39ff9 Mon Sep 17 00:00:00 2001 From: Peter <42907716+MrShack@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:35:32 +0200 Subject: [PATCH] Removed comment in scss and fixed 0px --- frontend/src/styles.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 5b75073..a2d103b 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -85,10 +85,6 @@ time, mark, audio, video { } -/* - flex CSS - by Astallyne at https://github.com/astallyne -*/ .flex { display: flex; } @@ -256,7 +252,7 @@ tr { height: auto; transition: all 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53), 0.5s background ease; cursor: pointer; - text-shadow: 1px 1px 0px black; + text-shadow: 1px 1px 0 black; } .button-inner > span {