From d5e3967580720682276de4ddae4cd16916f39933 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Sat, 12 Feb 2022 19:27:47 -0400 Subject: [PATCH] Set a 1-pixel, solid border #490 --- linksAndButtons/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/linksAndButtons/style.css b/linksAndButtons/style.css index 4429481..e2c6241 100644 --- a/linksAndButtons/style.css +++ b/linksAndButtons/style.css @@ -107,6 +107,7 @@ text-align: center; font-weight: 700; text-transform: uppercase; + border: 1px solid #466995; } a {