diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-16 20:05:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-16 20:05:35 +0100 |
commit | 930ff2b888ebb5a241d415c1a88fc688b60da980 (patch) | |
tree | cc39a3df291ad30f55df34f52d31d73afcd9a827 /g4f/gui/client/static/css/style.css | |
parent | Merge pull request #1691 from hlohaus/retry (diff) | |
parent | Fix GigaChat exceptions, Raise missing browser error (diff) | |
download | gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar.gz gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar.bz2 gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar.lz gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar.xz gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.tar.zst gpt4free-930ff2b888ebb5a241d415c1a88fc688b60da980.zip |
Diffstat (limited to 'g4f/gui/client/static/css/style.css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index ba3f1187..936df0d2 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -653,12 +653,10 @@ select { width: 100%; } -.bottom_buttons button span { - color: var(--colour-3); - font-size: 14px; -} - -.bottom_buttons button a { +.bottom_buttons button a, +.bottom_buttons button span, +.bottom_buttons .info a, +.bottom_buttons .info i { color: var(--colour-3); font-weight: 500; } |