From c5c04c24ffb03662db24712d48d93b75ce0ec46d Mon Sep 17 00:00:00 2001
From: Augustin Lemesle <augustin.lemesle@cea.fr>
Date: Fri, 28 Aug 2020 09:25:23 +0200
Subject: [PATCH] try prettier menu

---
 assets/css/publications.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/assets/css/publications.css b/assets/css/publications.css
index 9e80a755..b89a4480 100644
--- a/assets/css/publications.css
+++ b/assets/css/publications.css
@@ -51,12 +51,15 @@ summary {
   text-align: center;
   background: none;
   cursor: pointer;
-  border-right: 4px solid #f7931c;
-  border-left: 4px solid #f7931c;
+  border: 2px solid #f7931c;
+  border-left: 2px solid #f7931c;
   padding: 10px;
+  border-radius: 16px;
 }
 .nav-check:checked ~ .menu-button {
   border-left: none;
+  border-top: none;
+  border-bottom: none;
 }
 .nav-check {
   display: none;
-- 
GitLab