From 5b9d81e4c39e8c70177c1612a2642a29605ac19b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 26 Oct 2020 10:32:19 -0500 Subject: [PATCH] dark gray card border. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 5794402..75e6a79 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ .card { webkit-box-shadow: unset; box-shadow: unset; - border: 1px solid var(--color-grey) !important; + border: 1px solid var(--color-darkGrey) !important; } @font-face { font-family: 'CaviarDreams';