diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
commit | 80d32cb32a631e495d3a19d714a9acfd5aec9833 (patch) | |
tree | ebad46c5cb14559edda63d82702ffbd35e744d6f /pkgs/astal/src/style/widget/corners.scss | |
parent | add alacritty (diff) | |
download | dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.gz dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.bz2 dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.zip |
update colorschemes
Diffstat (limited to 'pkgs/astal/src/style/widget/corners.scss')
-rw-r--r-- | pkgs/astal/src/style/widget/corners.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/astal/src/style/widget/corners.scss b/pkgs/astal/src/style/widget/corners.scss index 53cdb9b..a5015cb 100644 --- a/pkgs/astal/src/style/widget/corners.scss +++ b/pkgs/astal/src/style/widget/corners.scss @@ -3,7 +3,7 @@ $radius: $outer-radius + $outer-gap; box { - box-shadow: 0 0 0 $radius $bg; + box-shadow: 0 0 0 $radius $base; border-radius: $radius $radius 0 0; } } |