diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index 7d2ef53..16b5b4a 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -39,6 +39,12 @@ form, input, button, textarea { font-size: 0.85rem !important; } +input, textarea,select { + background-color: #121a25 !important; + color: #fff !important; + border-color: #020617 !important; +} + .container { max-width: 900px; margin: 0 auto; @@ -47,6 +53,11 @@ form, input, button, textarea { height: calc(100vh - 4rem); } +::placeholder { + color: #556070 !important; + opacity: .5; /* wichtig v. a. für Firefox */ + } + .header { display: flex; align-items: center; @@ -62,7 +73,7 @@ form, input, button, textarea { flex: 1; overflow-y: auto; padding: 1rem; - background: var(--panel); + background: #121a25; border: 1px solid var(--border); border-radius: 6px; } @@ -81,7 +92,7 @@ form, input, button, textarea { } .message.assistant .bubble { - background: var(--assistant); + background: #16202f; border: 1px solid var(--border); } diff --git a/public/index.html b/public/index.html index fd2fc0a..eea4df2 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ -
+