From 2972e8a0d7b9288adec48fb3894c9473d07b34b2 Mon Sep 17 00:00:00 2001
From: Lara Ianov <lianov@uab.edu>
Date: Fri, 18 Mar 2022 18:05:25 -0500
Subject: [PATCH] replace backgroud color in mermaid diagram

---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 03ee070..ba363f7 100644
--- a/README.md
+++ b/README.md
@@ -19,16 +19,16 @@ A[1. For each brain region separately, merge BAM files with SAMtools] --> B[2. F
   G --> H[8. Identify iROCs with bidirectional transcription. These are Transcriptionally Active Putative Enhancers or TAPEs]
   H --> I[9. Identify all genes within 1MB up and downstream from TAPE center];
   I --> J[10. Correlate eRNA and mRNA levels for predicted enhancer-gene pairs];
-	style A fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style B fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style C fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style D fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style E fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style F fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style G fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style H fill:#98EFFF,stroke:#000,stroke-width:2px;	
-	style I fill:#98EFFF,stroke:#000,stroke-width:2px;
-	style J fill:#98EFFF,stroke:#000,stroke-width:2px;	
+	style A fill:#000000,stroke:#000,stroke-width:2px;	
+	style B fill:#000000,stroke:#000,stroke-width:2px;	
+	style C fill:#000000,stroke:#000,stroke-width:2px;	
+	style D fill:#000000,stroke:#000,stroke-width:2px;	
+	style E fill:#000000,stroke:#000,stroke-width:2px;	
+	style F fill:#000000,stroke:#000,stroke-width:2px;	
+	style G fill:#000000,stroke:#000,stroke-width:2px;	
+	style H fill:#000000,stroke:#000,stroke-width:2px;	
+	style I fill:#000000,stroke:#000,stroke-width:2px;
+	style J fill:#000000,stroke:#000,stroke-width:2px;	
 ```
 
 ## **NGS Experimental Details**
-- 
GitLab