From 63150f9d2f518f7501989a7d630a5d0baeff8190 Mon Sep 17 00:00:00 2001 From: Thomas Tang Date: Sat, 27 Apr 2024 18:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E7=82=B9=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Tang --- .vscode/settings.json | 3 +++ index.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f6ccdc5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "DevChat.PythonForCommands": "/Users/tangkunyin/.chat/mamba/envs/devchat-commands/bin/python" +} \ No newline at end of file diff --git a/index.html b/index.html index feb1537..ceebef3 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ position: fixed; line-height: auto; text-align: center; - color: #B1B1B1; + color: #7dbdb8; font-weight: bold; margin: 0; padding: 0; @@ -46,12 +46,12 @@ a:link, a:visited { - color: #79b7ae; + color: #7dbdb8; font-weight: bold; } a:hover, - a:active { + a:focus { color: #fff; }