From 5b76f2cde01e063dfdf6ed645cae5341ffb78026 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 16 Dec 2024 19:07:41 +0100 Subject: Fix docker build and fix api_base issue in OpenaiAPI providers --- g4f/gui/client/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'g4f/gui/client/static/css') diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index a499779a..16e92ae4 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -93,8 +93,9 @@ body { height: 100vh; } -a:-webkit-any-link { - color: var(--accent); +body:not(.white) a:link, +body:not(.white) a:visited{ + color: var(--colour-3); } .row { @@ -380,7 +381,6 @@ body.white .gradient{ .message .content_inner a:visited{ font-size: 15px; line-height: 1.3; - color: var(--colour-3); } .message .content_inner pre{ white-space: pre-wrap; -- cgit v1.2.3