From 35d989199ee9c40019af15172b9bc9a22eba4aae Mon Sep 17 00:00:00 2001 From: Max mal Richtig Date: Fri, 28 Jul 2023 01:00:55 +0200 Subject: [PATCH] make white border for matrix button --- css/brands-extended.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/brands-extended.css b/css/brands-extended.css index c32f9c9..5c20823 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -187,6 +187,7 @@ button:hover, /* Matrix */ .button.button-matrix { color: #ffffff; + border: 1px solid #ffffff; background-color: #000000; } .button.button-matrix:hover,