fix(issue: #2772) change text color white to black (#2796)

This commit is contained in:
Gabriel 2023-03-13 04:35:03 -03:00 committed by GitHub
parent 8a382b5eaa
commit 0cf7b504ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@
border-color: var(--theme-color-palette-4);
}
.user-details h5 {
color: var(--theme-color-palette-4);
color: var(--theme-color-palette-0);
}
.user-details .created-at {
font-size: 0.75em;