From 45339d9e515f764c0866182899c4d5c45f6dec81 Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Mon, 15 Nov 2021 20:25:54 +0100
Subject: [PATCH] Minor graphical fix.

---
 .../code/rosetta/core_app/static/css/stylish-portfolio.css  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/services/webapp/code/rosetta/core_app/static/css/stylish-portfolio.css b/services/webapp/code/rosetta/core_app/static/css/stylish-portfolio.css
index 8aa7c74..ee2c47b 100644
--- a/services/webapp/code/rosetta/core_app/static/css/stylish-portfolio.css
+++ b/services/webapp/code/rosetta/core_app/static/css/stylish-portfolio.css
@@ -517,7 +517,8 @@ th, td {
 
 .centerbox-success-inner {
     display: block;
-    padding: 10px;    
+    padding: 10px;
+    color: #ffffff;
 }
 
 
@@ -547,7 +548,8 @@ th, td {
 
 .centerbox-error-inner {
     display: block;
-    padding: 10px;    
+    padding: 10px;
+    color: #ffffff; 
 }
 
 
-- 
GitLab