Skip to content

Commit 39ab804

Browse files
authored
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.
1 parent 1b101df commit 39ab804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/http/static/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ul {
6868

6969
li {
7070
font-size: 0.875rem; /* Small text size */
71-
color: #4a5568; /* Dark gray text */
71+
color: #aab2c7; /* Dark gray text */
7272
/* background-color: #f7fafc; Very light gray background */
7373
border-radius: 0.375rem; /* Rounded corners */
7474
padding: 0.5rem; /* Padding inside each list item */

0 commit comments

Comments
 (0)