Dark Mode: Beschreibungstexte Team/Notenrechner/Textanalyse in dunkelblau
This commit is contained in:
parent
2c450ca454
commit
65aab60c1e
1 changed files with 15 additions and 0 deletions
|
|
@ -209,6 +209,21 @@ body.dark .card p {
|
||||||
color: #cbd5e1;
|
color: #cbd5e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dark Mode – Team-Beschreibung */
|
||||||
|
body.dark .team-description {
|
||||||
|
color: #1e3a5f;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dark Mode – Notenrechner Beschreibung */
|
||||||
|
body.dark .calculator-box p {
|
||||||
|
color: #1e3a5f;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Dark Mode – Textanalyse Metriken Beschreibung */
|
||||||
|
body.dark .metric-card p {
|
||||||
|
color: #1e3a5f;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dark Mode - Buttons */
|
/* Dark Mode - Buttons */
|
||||||
html.dark ,
|
html.dark ,
|
||||||
body.dark button {
|
body.dark button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue