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;