Tune the "dark gray" font color in the webui to make it more readable (#6078)

Tune the "dark gray" font color in the LocalAI webui to make it more readable.
This commit is contained in:
Fabio Erculiani
2025-08-16 21:16:25 +02:00
committed by GitHub
parent 1b101df2c0
commit 39ab80442a
+1 -1
View File
@@ -68,7 +68,7 @@ ul {
li {
font-size: 0.875rem; /* Small text size */
color: #4a5568; /* Dark gray text */
color: #aab2c7; /* Dark gray text */
/* background-color: #f7fafc; Very light gray background */
border-radius: 0.375rem; /* Rounded corners */
padding: 0.5rem; /* Padding inside each list item */