From 9b215d4b1af7ca2d7fa9bca2a1dfe8d74dfbebd9 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),