You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
Footer color cannot be changed with New-UDFooter -BackgroundColor Gray. The only way to change the footer color is to change the nav bar background color.
To Reproduce
Steps to reproduce the behavior: (Example)
Start dashboard with a different color footer.
Expected behavior
The background color of the footer should be able to be modified independent of the nav bar background color
Hey @camusicjunkie just went on to poshud and was able to change the footer tweaking:-
.ud-footer {
background-color: #3f5;
color: #000;
}
So if a must need then this could be converted to a custom theme...?
Describe the Issue
Footer color cannot be changed with
New-UDFooter -BackgroundColor Gray
. The only way to change the footer color is to change the nav bar background color.To Reproduce
Steps to reproduce the behavior: (Example)
Expected behavior
The background color of the footer should be able to be modified independent of the nav bar background color
Script Sample
The text was updated successfully, but these errors were encountered: