From e2c269cc63b41eb6b3f96f81123f2e59f1599f3c Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Thu, 5 Dec 2024 01:20:26 +0100 Subject: Add cookies to HuggingChat provider --- g4f/gui/client/static/css/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'g4f/gui/client/static/css/style.css') diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index d5546f48..6105223b 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -92,6 +92,10 @@ body { height: 100vh; } +a:-webkit-any-link { + color: var(--accent); +} + .row { display: flex; gap: 10px; @@ -124,7 +128,7 @@ body { .new_version a { color: var(--colour-4); - text-decoration: underline dotted; + text-decoration: underline; } .conversations { @@ -975,11 +979,6 @@ ul { display: flex; } - -a:-webkit-any-link { - color: var(--accent); -} - .conversation .user-input textarea { font-size: 15px; width: 100%; @@ -1021,7 +1020,6 @@ a:-webkit-any-link { background-image: url('data:image/svg+xml;utf-8,'); background-repeat: no-repeat; background-position: center; - transition: background-color 200ms ease, transform 200ms ease-out } .hljs-copy-button:hover { -- cgit v1.2.3