diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 05:02:40 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 05:02:40 +0100 |
commit | 2193d1886503fa61491509c5c5a21646c0250f2b (patch) | |
tree | 45cab48a516bd84f6b6ea1b956fe07607fed1898 | |
parent | Cleanup model list (diff) | |
download | gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar.gz gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar.bz2 gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar.lz gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar.xz gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.tar.zst gpt4free-2193d1886503fa61491509c5c5a21646c0250f2b.zip |
-rw-r--r-- | g4f/gui/client/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index e77410ab..e03f36d2 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -502,7 +502,7 @@ select { backdrop-filter: blur(20px); cursor: pointer; - background-color: var(--blur-bg); + background-color: var(--colour-1); border: 1px solid var(--blur-border); color: var(--colour-3); display: block; |