From eceeb9e3216ee70765161c567f2d60afdd6c7bd0 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:58:53 +0200 Subject: [PATCH] Removed Duplicates --- assets/css/style.css | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6337550..2c7a8a5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -267,30 +267,6 @@ table, th { box-shadow: none; } -figure { - margin: 0; -} - -a { - transition: all .2s ease-in 0s; -} - -iframe { - border: 0; -} - -a, -a:focus, -a:hover { - text-decoration: none; - outline: 0; -} - -a:focus, -a:hover { - color: #57cbcc; -} - .btn-main { background: #57cbcc; color: #fff;