From 44383df177c099466a8ad69c8298d0da58aec686 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Fri, 13 Oct 2023 21:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AF=AD=E8=A8=80=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/tool_type.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/tool_type.css b/css/tool_type.css index a04185e9..9e265eda 100644 --- a/css/tool_type.css +++ b/css/tool_type.css @@ -4,7 +4,7 @@ scroll-behavior: smooth } -.translateSelectLanguage{ +.translateSelectLanguage { z-index:1000001; width:100%; height:100%; @@ -14,6 +14,11 @@ left:0 } +select { + background-color: #424242; + color: #E0E0E0 +} + body { display: flex; justify-content: center;