From 21796b6651cbcdf2ebfc5ba56386ba0872083e81 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 19 Jun 2026 06:08:06 +0100 Subject: [PATCH] update some style --- src/apps/webapp/webapp.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apps/webapp/webapp.css b/src/apps/webapp/webapp.css index 1867363..4608c02 100644 --- a/src/apps/webapp/webapp.css +++ b/src/apps/webapp/webapp.css @@ -17,7 +17,7 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; + font-family: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; display: flex; @@ -397,6 +397,4 @@ popup { align-items: center; justify-content: center; backdrop-filter: blur(15px); - border-radius: 10px; - z-index: 10; } \ No newline at end of file