From f88e73f740f978859b32855451b64bbbd1c9dfb5 Mon Sep 17 00:00:00 2001 From: Yorwba Date: Tue, 12 Nov 2019 14:35:52 +0100 Subject: Fix link for account creation on another instance --- client/src/app/login/login.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 3fb1247c8..9bbeab3be 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -19,7 +19,7 @@ or create an account - + or create an account on another instance -- cgit v1.2.3 From a4610bc6880b923b38cc9dc109ab7bf85f826eae Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Fri, 8 Nov 2019 18:46:19 +0100 Subject: Fix stats block display in dark theme --- client/src/sass/bootstrap.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 12e73278a..8f1e18d9e 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -125,6 +125,11 @@ ngb-tabset.bootstrap { border-bottom: none; } +.card { + background-color: var(--mainBackgroundColor); + border-color: #dee2e6; +} + .collapse-transition { // Animation when we show/hide the filters transition: max-height 0.3s; -- cgit v1.2.3