diff --git a/html/pop_up.html b/html/pop_up.html
index ebaa5c7..42a7bb2 100644
--- a/html/pop_up.html
+++ b/html/pop_up.html
@@ -7,4 +7,12 @@
+
+
\ No newline at end of file
diff --git a/html/words/definition/cell_end.html b/html/words/definition/cell_end.html
index 80cc0c0..47f2f49 100644
--- a/html/words/definition/cell_end.html
+++ b/html/words/definition/cell_end.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/text_analysis.css b/text_analysis.css
index d159ea0..41ca1a5 100644
--- a/text_analysis.css
+++ b/text_analysis.css
@@ -174,7 +174,7 @@ main {
#popup {
width: 300px;
- background-color: white;
+ background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
@@ -183,7 +183,7 @@ main {
#smol-popup {
width: 200px;
- background-color: white;
+ background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);