diff --git a/src/static/style.css b/src/static/style.css index 59b401f..a50e427 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -72,7 +72,7 @@ tr:nth-child(even) { } .selected, tr.selected { - background-color: #e5b5b5; /* Hervorhebung der Auswahl */ + background-color: #efcccc; /* Hervorhebung der Auswahl */ } tr:hover:not(.selected) { @@ -172,7 +172,7 @@ tr:hover:not(.selected) { } #database-nutrition-table tr.selected { - background-color: #f0e68c; + background-color: #efcccc; }