diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-18 18:12:13 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-18 18:12:13 +0500 |
| commit | e157ebe2519addb5695f7400aa45b9c48cba0724 (patch) | |
| tree | 2bd889f0ff56b219e8fa447225c0120ae7b5f391 /static | |
| parent | 372e7704a59f51877c132cfaf3d47c98f8516c56 (diff) | |
feat: large banner
Diffstat (limited to 'static')
| -rw-r--r-- | static/img/bot_pfp.png | bin | 0 -> 101367 bytes | |||
| -rw-r--r-- | static/style.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/static/img/bot_pfp.png b/static/img/bot_pfp.png Binary files differnew file mode 100644 index 0000000..43bccc0 --- /dev/null +++ b/static/img/bot_pfp.png 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%); +} |
