From e157ebe2519addb5695f7400aa45b9c48cba0724 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 18:12:13 +0500 Subject: feat: large banner --- static/img/bot_pfp.png | Bin 0 -> 101367 bytes static/style.css | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 static/img/bot_pfp.png (limited to 'static') diff --git a/static/img/bot_pfp.png b/static/img/bot_pfp.png new file mode 100644 index 0000000..43bccc0 Binary files /dev/null and b/static/img/bot_pfp.png 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%); +} -- cgit v1.2.3