diff --git a/ConfluentTranslator/public/index.html b/ConfluentTranslator/public/index.html index b289f47..9db1586 100644 --- a/ConfluentTranslator/public/index.html +++ b/ConfluentTranslator/public/index.html @@ -303,6 +303,96 @@ font-style: italic; } .error { color: #ff4a4a; } + + /* Light theme */ + body.light-theme { + background: #f5f5f5; + color: #1a1a1a; + } + body.light-theme html { + background: #f5f5f5; + } + body.light-theme h1 { + color: #2563eb; + } + body.light-theme .panel { + background: #ffffff; + border-color: #e5e5e5; + } + body.light-theme .panel h2 { + color: #2563eb; + } + body.light-theme label { + color: #666; + } + body.light-theme select, + body.light-theme input, + body.light-theme textarea { + background: #f9f9f9; + border-color: #e5e5e5; + color: #1a1a1a; + } + body.light-theme select option { + background: #ffffff; + color: #1a1a1a; + } + body.light-theme .tab { + color: #666; + } + body.light-theme .tab.active { + color: #2563eb; + border-bottom-color: #2563eb; + } + body.light-theme .tabs { + border-bottom-color: #e5e5e5; + } + body.light-theme .layer { + background: #ffffff; + border-color: #e5e5e5; + } + body.light-theme .layer1 { + background: #f9f9f9; + border-color: #2563eb; + } + body.light-theme .layer1-title { + color: #2563eb; + } + body.light-theme .layer1-content { + color: #2563eb; + } + body.light-theme .layer-header { + background: #ffffff; + } + body.light-theme .layer-header:hover { + background: #f5f5f5; + } + body.light-theme .layer-content { + background: #f9f9f9; + } + body.light-theme .layer-arrow { + color: #2563eb; + } + body.light-theme .word-match { + background: #ffffff; + border-left-color: #2563eb; + } + body.light-theme .word-match-output { + color: #2563eb; + } + body.light-theme .stat-box { + background: #ffffff; + border-left-color: #2563eb; + } + body.light-theme .stat-value { + color: #2563eb; + } + body.light-theme .lexique-item { + background: #f9f9f9; + border-left-color: #2563eb; + } + body.light-theme .lexique-cf { + color: #2563eb; + }
@@ -314,19 +404,13 @@ +