Make the swaynag bar darker yellow
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index d523c96..a7cd088 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -96,7 +96,8 @@
 
                 warning = {
                     background = "#ffffff99";
-                    button-background = "#ffff00cc";
+                    border-bottom = "#00000000";
+                    button-background = "#cccc00cc";
                 };
             };
         };