summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/img/bot_pfp.pngbin0 -> 101367 bytes
-rw-r--r--static/style.css4
2 files changed, 4 insertions, 0 deletions
diff --git a/static/img/bot_pfp.png b/static/img/bot_pfp.png
new file mode 100644
index 0000000..43bccc0
--- /dev/null
+++ b/static/img/bot_pfp.png
Binary files differ
diff --git a/static/style.css b/static/style.css
index 2b45e2d..ea6c52d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1 +1,5 @@
@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');
+
+.text-shadow {
+ text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
+}