From 60491c7574637e9678ff3eb0df0f3459e1304ec1 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <deepaklorkhatri7@gmail.com> Date: Tue, 20 Feb 2024 02:24:51 +0530 Subject: [PATCH] Fix sidebar information text visibility issue --- _templates/forum.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_templates/forum.html b/_templates/forum.html index d3dfd9e..9c2ee88 100644 --- a/_templates/forum.html +++ b/_templates/forum.html @@ -8,9 +8,9 @@ </a> {% endif %} -<div class="card text-white bg-light mt-4 text-center"> +<div class="card bg-light mt-4 text-center"> <div class="card-body"> - <p class="card-text"> + <p class="card-text text-dark"> <a href="https://www.beagleboard.org/">BeagleBoard.org</a> is all about being open, please discuss in public on our <a href="https://forum.beagleboard.org/">forum</a>!</p> </div> </div> \ No newline at end of file -- GitLab