fix shortsha colour
All checks were successful
Build and release / release (push) Successful in 52s

This commit is contained in:
Lea 2023-07-29 21:50:31 +02:00
parent af7e87b38c
commit d1ae34df85
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -126,3 +126,7 @@ i.grey.icon.icon.icon.icon {
background-color: fade(@orange, 80%); background-color: fade(@orange, 80%);
color: @bg0; color: @bg0;
} }
.shortsha {
color: var(--color-text);
}