diff --git a/web/overlay/index.html b/web/overlay/index.html index 358e3c6..e8513c8 100644 --- a/web/overlay/index.html +++ b/web/overlay/index.html @@ -12,13 +12,28 @@
-
Last Follow:
-
-
Last Sub:
-
-
Last Donation:
+
+ +
-
+
+
+ +
-
+
+
+ + +
-
Follow Goal:
-
-
Sub Goal:
-
+
+ +
-
+
+
+ +
-
+
diff --git a/web/overlay/styles.css b/web/overlay/styles.css index adb7239..7a40b88 100644 --- a/web/overlay/styles.css +++ b/web/overlay/styles.css @@ -31,6 +31,15 @@ color: var(--nord4); } +path { + fill: currentColor; +} + +svg { + height: 100%; + aspect-ratio: 1; +} + a, a:visited { color: var(--nord7); @@ -82,16 +91,6 @@ border:none!important; } - img { - object-fit:cover; - background-color: var(--nord3); - box-shadow: 8px 8px rgba(0, 0, 0, 0.2); - } - img.no-bg { - background-color: transparent; - box-shadow: none; - } - .img-wrap { display: inline-block; width: 100%; height: 100%; width:fit-content; @@ -127,7 +126,6 @@ .card { scrollbar-color: var(--nord4) var(--nord1); scrollbar-width: thin; - box-shadow: 8px 8px rgba(0, 0, 0, 0.2); background-color: var(--nord1); }