From 0ab7f77915764782e14d2f4e60c28b9b95e3bd10 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Mon, 28 Oct 2024 19:41:26 +0100 Subject: [PATCH] fixed styling --- src/app/about/about.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/about.component.scss b/src/app/about/about.component.scss index 60e3019..aeba1f5 100644 --- a/src/app/about/about.component.scss +++ b/src/app/about/about.component.scss @@ -19,7 +19,7 @@ display: flex; justify-content: space-between; padding: 1rem; - border-bottom: 0.1rem solid black; + border-bottom: 0.1rem solid var(--text-color); } p:first-child {