From c1a978fad9b10a087f4cc5cf00821761172caf85 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 11:30:56 +0100 Subject: [PATCH] fixed button style for hamburger menu --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index ade7d37..2da0cb2 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -545,7 +545,7 @@ color: #777; } .theme-Baupm #content>.contextual>a, - .theme-Baupm #content>.contextual .drdn, + /*.theme-Baupm #content>.contextual .drdn,*/ .theme-Baupm p.buttons a { min-width: 200px; line-height: 1.8;