From c5531bef988275ade0ddf537f5979325d2d1d03f Mon Sep 17 00:00:00 2001 From: dragos-efy Date: Sun, 19 Feb 2023 21:47:28 +0200 Subject: [PATCH] custom border size & color + only load sounds when needed + update translations + introducing custom shadows (unstable, hidden) --- public/efy | 2 +- src/piped.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/efy b/public/efy index 09837f06..f5e81556 160000 --- a/public/efy +++ b/public/efy @@ -1 +1 @@ -Subproject commit 09837f06099f183de242880b6e6e6555a058e884 +Subproject commit f5e81556e52115ec5367f064dd682fbc898f5e01 diff --git a/src/piped.css b/src/piped.css index 6f9a43ba..460ac6cb 100644 --- a/src/piped.css +++ b/src/piped.css @@ -3,6 +3,7 @@ --efy_color: 0 84% 60%, 0 72% 51%; /*No JS Fallback*/ --efy_color1_var: 0 84% 60%; --efy_color2_var: 0 72% 51%; --efy_color_angle: 165deg; --efy_radius: 12rem; + --efy_border_size: 1.5rem; --efy_gap: 15rem; --efy_sidebar_button: right_middle, off; --efy_body_width: 100%;