From 9dfbd770aa977eee015da4c72eea47c54a862b7d Mon Sep 17 00:00:00 2001
From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl>
Date: Sun, 29 Sep 2024 23:56:42 +0000
Subject: [PATCH] upd part collection table

---
 docs/part-collection.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/part-collection.md b/docs/part-collection.md
index b3b2a96..e57fa17 100644
--- a/docs/part-collection.md
+++ b/docs/part-collection.md
@@ -20,15 +20,15 @@ title: Our Part Collection
 
   th {
     padding: 12px;
-    background-color: #396d7e; /* Lighter shade for the header */
+    background-color: #396d7e; /* Header background color */
     color: #ffffff; /* White text for contrast */
-    border: 2px solid #1c2740; /* Lighter border around header */
+    border: 2px solid #1c2740; /* Border color around header */
   }
 
   th, td {
     padding: 10px;
     text-align: left;
-    border: 2px solid #b3c7f7; /* Lighter border for separation */
+    border: 2px solid #b3c7f7; /* Border color for separation */
   }
 
   td {
@@ -37,8 +37,8 @@ title: Our Part Collection
   }
 
   tbody tr:hover {
-    background-color: #b3c7f7; /* Highlight on hover for interactivity */
-    color: #1c2740; /* Keep text dark for visibility */
+    background-color: #b3c7f7; /* Highlight on hover */
+    color: #1c2740; /* Keep text dark */
   }
 
   tbody tr:nth-child(odd) {
@@ -65,3 +65,4 @@ title: Our Part Collection
 | [BBa_K5306003](http://parts.igem.org/Part:BBa_K5306003) | Nitrate Reductase (nasC) | Basic Part | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
 | [BBa_K5306004](http://parts.igem.org/Part:BBa_K5306004) | Nitrite Reductase (nasB) | Basic Part | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
 | [BBa_K5306006](http://parts.igem.org/Part:BBa_K5306006) | ANRA Pathway | Composite Part | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
+
-- 
GitLab