From 04023273ce2effc66ec143a5e5f65233b157322c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:30:38 +1100 Subject: scss: darken bar and popdowns --- scss/bar.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scss/bar.scss') diff --git a/scss/bar.scss b/scss/bar.scss index 0ceac94..0afd02a 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -6,8 +6,7 @@ .bar { @include font.mono; - border-top: none; - background-color: scheme.$base; + background-color: scheme.$crust; padding: lib.s(8) lib.s(20); font-size: lib.s(14); @@ -21,7 +20,7 @@ @include lib.rounded(5); padding: lib.s(3) lib.s(8); - background-color: scheme.$surface0; + background-color: scheme.$base; @include lib.spacing; } -- cgit v1.2.3-freya