From 3e9704e5b79f3aec25d74d975e81aba9deb09da4 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 28 Sep 2024 15:17:59 +0200
Subject: [PATCH] buttond

---
 src/App/App.css       | 2 +-
 src/App/Timelines.css | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index 731f9e4b..09a53f5e 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -537,7 +537,7 @@ h2{
     border-bottom: 1px solid var(--mediumpurple);
     border-top: 1px solid var(--mediumpurple);
     height: 5px;
-  background-color: inherit;
+    background-color: inherit;
 }
 .h4{
   margin-top: 5px;
diff --git a/src/App/Timelines.css b/src/App/Timelines.css
index 01410ab6..9e1e3407 100644
--- a/src/App/Timelines.css
+++ b/src/App/Timelines.css
@@ -163,15 +163,15 @@ button.tabbutton:nth-child(1), button.tabbutton:nth-child(6){
   background-color: white;
 }
 
-.Patient, button.tabbutton:nth-child(2), .button.tabbutton:nth-child(7){
-  background-color: var(--accen-secondary);
+.Patient, button.tabbutton:nth-child(2), .button.tabbutton:nth-child(7), .skin{
+  background-color: var(--accen-secondary) !important;
 }
 
-.Medical, button.tabbutton:nth-child(3){
+.Medical, button.tabbutton:nth-child(3), .button.tabbutton:nth-child(8), .mucosa{
   background-color: var(--accent-primary);
 }
 
-.Academia, .Research, button.tabbutton:nth-child(4){
+.Academia, .Research, button.tabbutton:nth-child(4), button.tabbutton:nth-child(9){
   background-color: var(--lightblue);
 }
 
-- 
GitLab