From ab8b8f1cffb99a4d1331c954d0ac1da0d0902866 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 20 Jul 2024 14:04:43 +0200
Subject: [PATCH] collapsible medi wieder unsichtbar

---
 src/App/App.css              | 2 +-
 src/contents/description.tsx | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index b6d5c56e..191df1c8 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -1110,7 +1110,7 @@ button.tabbutton:nth-child(6){
 
 .collapse-card {
   border-radius: 4px;
-  background-color: #fff;
+  background-color: var(--ourbeige);
   margin-top: 10px;
   color: #333;
   padding: 5px;
diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index 1a8c4cba..8bf62fab 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -60,12 +60,12 @@ export function Description() {
                         How newbornscreening affected the numbers.
                     </div>
                 </div>*/} 
-                <h3>Treatment</h3>  
+               {/*  <h3>Treatment</h3>  */} 
                 {/*<img src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg"/> */} 
-                <Collapsible title="Different types of drugs" >
+               {/*  <Collapsible title="Different types of drugs" >
                 <TabButtonRow data={medibuttonrowdata} opentype="meditabs" closing=""/>
                 <ButtonRowTabs data={medibuttonrowdata} cla="meditabs"/>
-                </Collapsible>
+                </Collapsible> */}
                 {/* <p>Why we still need other options</p>  */} 
                {/* <img src="https://static.igem.wiki/teams/5247/charts-maps/cfper10-000.png"/> */} 
             </section>
-- 
GitLab