From 7c5ab788b88c6d525efad8ce90ec1d85bdd56b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B1=80?= <131967983+lutinglt@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:51:34 +0800 Subject: [PATCH] Update theme-github.css --- theme-github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-github.css b/theme-github.css index 64f4b23..6484ed2 100644 --- a/theme-github.css +++ b/theme-github.css @@ -500,7 +500,7 @@ --color-console-fg: #f7f8f9; --color-console-bg: #0d1117; --color-console-active-bg: #2a313c; - --color-console-hover-bg: #2a313c88; + --color-console-hover-bg: #212830; --color-console-border: var(--color-light-border); --color-ansi-black: var(--color-black); --color-ansi-red: var(--color-red);