From cba7cbb1bd38579f56c292fa3d8aa188b35489ba Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Sun, 24 Apr 2022 22:29:54 +0200 Subject: [PATCH] =?UTF-8?q?Ticket-Button:=20wei=C3=9Fe=20Schrift,=20richti?= =?UTF-8?q?ges=20Verhalten=20bei=20Hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 13 ++++--------- themes/infinity-hugo/static/css/style.css | 13 ++++--------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index d67cbdd..1c06270 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -128,19 +128,18 @@ a:active { border: 1px solid #fff; } -.btn-tickets { +.navigation .menu .btn-tickets { background-color: #6700f4; border-radius: 0px; color: #fff; - font-size: 18px; padding: 10px 10px; margin-top: -4px; } -.btn-tickets:hover, -.btn-tickets:focus { +.navigation .menu .btn-tickets:hover, +.navigation .menu .btn-tickets:focus { background-color: #fff; - color: #555; + color: #666; border: 1px solid #fff; } @@ -413,10 +412,6 @@ a:active { color: #666; } -.navigation.animated .menu a { - color: #666; -} - .menu li a { color: #fff; font-size: 16px; diff --git a/themes/infinity-hugo/static/css/style.css b/themes/infinity-hugo/static/css/style.css index d67cbdd..1c06270 100644 --- a/themes/infinity-hugo/static/css/style.css +++ b/themes/infinity-hugo/static/css/style.css @@ -128,19 +128,18 @@ a:active { border: 1px solid #fff; } -.btn-tickets { +.navigation .menu .btn-tickets { background-color: #6700f4; border-radius: 0px; color: #fff; - font-size: 18px; padding: 10px 10px; margin-top: -4px; } -.btn-tickets:hover, -.btn-tickets:focus { +.navigation .menu .btn-tickets:hover, +.navigation .menu .btn-tickets:focus { background-color: #fff; - color: #555; + color: #666; border: 1px solid #fff; } @@ -413,10 +412,6 @@ a:active { color: #666; } -.navigation.animated .menu a { - color: #666; -} - .menu li a { color: #fff; font-size: 16px;