GTK remove setting border radius in extraCSS

This commit is contained in:
Evie Litherland-Smith 2024-07-11 05:56:41 +01:00
parent 75d69c1c1e
commit 35a9cea919

View file

@ -3,8 +3,6 @@
accentColourName, accentColourName,
}: }:
with scheme.withHashtag; '' with scheme.withHashtag; ''
// Remove rounded corners
window.background { border-radius: 0; }
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
@define-color accent_fg_color ${base00-hex}; @define-color accent_fg_color ${base00-hex};