From 63906f27827174e99e0b30f543f07227d314ddd8 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 25 Aug 2024 00:10:01 -0400 Subject: [PATCH] theme: remove unnecessary comments in gtk css --- homeManagerModules/theme.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/homeManagerModules/theme.nix b/homeManagerModules/theme.nix index 4f8aed53..c993771c 100644 --- a/homeManagerModules/theme.nix +++ b/homeManagerModules/theme.nix @@ -36,7 +36,6 @@ in { }; stylix.targets.gtk.extraCss = '' - // Control rounded corners window.background { border-radius: ${toString cfg.borders.radius}; } tooltip {