From 5918e8b2667d7bf9b435c6dbd0020f88b9fb70ca Mon Sep 17 00:00:00 2001
From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl>
Date: Sat, 28 Sep 2024 22:05:35 +0000
Subject: [PATCH] add borders to the parts table

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

diff --git a/docs/part-collection.md b/docs/part-collection.md
index e8ca12c..fc2b46e 100644
--- a/docs/part-collection.md
+++ b/docs/part-collection.md
@@ -5,6 +5,9 @@ title: Our Part Collection
 # Parts Collection
 
 <style>
+  body {
+    font-family: Arial, sans-serif;
+  }
 
   table {
     width: 100%;
@@ -18,13 +21,13 @@ title: Our Part Collection
     padding: 12px;
     background-color: #0073e6; /* Darker shade for the header */
     color: #ffffff; /* White text for contrast */
-    border: 1px solid #b3c7f7; /* Border around header */
+    border: 2px solid #00bf7d; /* Dark border around header */
   }
 
   th, td {
     padding: 10px;
     text-align: left;
-    border: 1px solid #b3c7f7; /* Light border for separation */
+    border: 2px solid #00bf7d; /* Dark border for separation */
   }
 
   td {
@@ -55,6 +58,5 @@ title: Our Part Collection
 | BioBrick Part | Short Description | Part Type | Sequence | Assembly Compatibility                       | Designed By | Module | References |
 |---------------|-------------------|-----------|----------|----------------------------------------------|--------------|--------|------------|
 | [Part 1](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
-|---------------|-------------------|-----------|----------|----------------------------------------------|--------------|--------|------------|
 | [Part 2](http://parts.igem.org/Part:BBa_XXXXXXXX) | Part Name | Type | AGA | <span class="bubble">21</span> <span class="bubble">1000</span> | Iulia Beres | Module | [Hui, C. et al. (April 9, 2018)](https://doi.org/10.1038/s41598-018-24134-3) |
-|---------------|-------------------|-----------|----------|----------------------------------------------|--------------|--------|------------|
+
-- 
GitLab