From ae786a5c7ab35169c28a9201aac92ae19859befd Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 22 Jan 2022 23:24:08 +0400 Subject: [PATCH] Changed text-shadow for filename in overlay. --- files/static/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/static/assets/css/main.css b/files/static/assets/css/main.css index ad85ddd..555cf67 100644 --- a/files/static/assets/css/main.css +++ b/files/static/assets/css/main.css @@ -124,7 +124,7 @@ section { margin-top: 1rem; } #overlay span { color: var(--background-color); - text-shadow: 2px 2px 1px var(--secondary-color); + text-shadow: 0 0 .3rem var(--secondary-color); } table { overflow-y: scroll; width: 100%; }