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/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') 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