From 1539486456be7e7805f3cd3c1a6f8ced3fb5641c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Sun, 7 Dec 2025 20:22:21 +0300 Subject: [PATCH] undo the roundness in snow white theme --- sass/snow-white.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/sass/snow-white.scss b/sass/snow-white.scss index 40af455..86d03c0 100644 --- a/sass/snow-white.scss +++ b/sass/snow-white.scss @@ -1,10 +1,7 @@ // a simple light theme -// and just a bit more rounded @use 'default' with ( $ACCENT_COLOR: #ced9ee, $link_color: #711579, $link_color_visited: #4a144f, - - $DEFAULT_BORDER_RADIUS: 8px, )