GTK remove setting border radius in extraCSS
This commit is contained in:
parent
75d69c1c1e
commit
35a9cea919
|
@ -3,8 +3,6 @@
|
|||
accentColourName,
|
||||
}:
|
||||
with scheme.withHashtag; ''
|
||||
// Remove rounded corners
|
||||
window.background { border-radius: 0; }
|
||||
@define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||
@define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"};
|
||||
@define-color accent_fg_color ${base00-hex};
|
||||
|
|
Loading…
Reference in a new issue