From 85f8946241ff13ea3c4c1b0d8fa09ce977db0734 Mon Sep 17 00:00:00 2001 From: SekoiaTree <51149447+SekoiaTree@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:19:19 +0200 Subject: [PATCH] chore: fix colors for faculty dinner --- src/styles/base/_colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base/_colors.scss b/src/styles/base/_colors.scss index 9584634..82afcd6 100644 --- a/src/styles/base/_colors.scss +++ b/src/styles/base/_colors.scss @@ -1,7 +1,7 @@ @use 'sass:color'; :root { - $base: #f5a3eb; + $base: #e775d9; --text-color: #{color.scale($base, $lightness: 80%)}; --bg-color: #{$base};