From 058f37bd55eaf8016738b4b95971fc8da044add8 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 9 Jul 2023 12:27:39 +0300 Subject: [PATCH] remove button styles --- assets/styles.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 8203ead..712f115 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -7,13 +7,6 @@ body { .cover-container { max-width: 42em; } -.btn-light, -.btn-light:hover, -.btn-light:focus { - color: #333; - text-shadow: none; -} - .nav-masthead .nav-link { color: rgba(255, 255, 255, .5); border-bottom: .25rem solid transparent;