From bd414cf7655e09654ae6bf96d36c9fa3bc13846a Mon Sep 17 00:00:00 2001 From: cyberarm Date: Sat, 27 Mar 2021 20:13:41 -0500 Subject: [PATCH] Removed border from links --- lib/ui/menu.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ui/menu.rb b/lib/ui/menu.rb index 7bd7b89..04d8faa 100644 --- a/lib/ui/menu.rb +++ b/lib/ui/menu.rb @@ -59,8 +59,6 @@ class IMICFPS width: 1.0, hover: { color: Gosu::Color.rgb(64, 128, 255), - border_thickness: 2, - border_color: Gosu::Color::BLACK, }, active: { color: Gosu::Color.rgb(64, 128, 255),