From ff53fedf6e629c9bfe4e82d3e6b00a07986bca0f Mon Sep 17 00:00:00 2001 From: choelzl Date: Thu, 21 Apr 2022 16:02:25 +0200 Subject: [PATCH] Added Icons --- web/overlay/index.html | 25 ++++++++++++++++++++----- web/overlay/styles.css | 20 +++++++++----------- 2 files changed, 29 insertions(+), 16 deletions(-) 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); }