From 024d88d272f9b9923667b7670c9e3e4859cd34a8 Mon Sep 17 00:00:00 2001 From: ychacon Date: Fri, 23 Apr 2021 08:37:31 +0200 Subject: [PATCH] Update copyright Issue-ID: NONRTRIC-448 Signed-off-by: ychacon Change-Id: I95a3bd704088f3681420bd601f466047bb40b852 --- webapp-frontend/src/app/footer/footer.component.html | 5 ++--- webapp-frontend/src/app/footer/footer.component.scss | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/webapp-frontend/src/app/footer/footer.component.html b/webapp-frontend/src/app/footer/footer.component.html index 34d88bb..45317e3 100644 --- a/webapp-frontend/src/app/footer/footer.component.html +++ b/webapp-frontend/src/app/footer/footer.component.html @@ -19,7 +19,6 @@ ========================LICENSE_END=================================== --> \ No newline at end of file diff --git a/webapp-frontend/src/app/footer/footer.component.scss b/webapp-frontend/src/app/footer/footer.component.scss index 077567e..1f7f5e6 100644 --- a/webapp-frontend/src/app/footer/footer.component.scss +++ b/webapp-frontend/src/app/footer/footer.component.scss @@ -19,12 +19,12 @@ * ========================LICENSE_END=================================== */ .copyright__text { - color: gray; + color: rgb(199, 196, 196); letter-spacing: 0.1rem; font-size: 10px; margin-left: 10px; } .copyright__text-dark { - color: gray; + color: rgb(80, 79, 79); } \ No newline at end of file -- 2.16.6