diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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%); +} |
