From 2042a41441caeca290ec598f5f9e5be8e07cf0c4 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Wed, 6 Dec 2023 21:39:37 -0600 Subject: [PATCH] Setting body text color --- popup.html | 1 + settings.html | 1 + 2 files changed, 2 insertions(+) diff --git a/popup.html b/popup.html index 65ce15e..e201d6f 100644 --- a/popup.html +++ b/popup.html @@ -18,6 +18,7 @@ margin: 0px; font-family: Helvetica, Sans-Serif; font-size: .9em; + color: #000; } a { diff --git a/settings.html b/settings.html index fd5b568..0bc9b00 100644 --- a/settings.html +++ b/settings.html @@ -15,6 +15,7 @@ background-color: #2b2a33; font-family: Helvetica, Sans-Serif; font-size: .9rem; + color: #000; } a {