From 7485b78a2569a0b47505ce2060eb626866c89d9f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 27 Apr 2022 08:43:03 +0100 Subject: [PATCH] Darken markings between apps to make it more obvious which buttons are for which app --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index f4850babe..96a102119 100644 --- a/css/main.css +++ b/css/main.css @@ -19,7 +19,7 @@ } .tile.column.col-6.col-sm-12.col-xs-12.app-tile { - border: solid 1px #fafafa; + border: solid 1px #dadee4; margin: 0; min-height: 150px; padding-top: 0.5rem;