commit 59ec9b0c2fb7c785306849c9085da67642e5ce9d
parent 75cd7d8698521eca95f23eb2611be13945121d1b
Author: Randy Au <randy.au@gmail.com>
Date: Fri, 20 Sep 2024 18:44:49 -0400
get rid of setting color altogether
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/onionring.css b/onionring.css
@@ -5,6 +5,7 @@
/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #webringid with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */
+
#data-ring-dot-list {
margin: 0 auto;
padding: 15px; /* creates some space around the widget */
@@ -12,8 +13,10 @@
#data-ring-dot-list table {
margin: 0 auto; /* centers the widget */
+ /*
--bg-color: var(--main-bg-color);
background-color: var(--bg-color);
+ */
}
#data-ring-dot-list table tr td {