Skip to content

Commit

Permalink
Merge pull request #796 from ironmansoftware/footer
Browse files Browse the repository at this point in the history
Fix footer color.
  • Loading branch information
adamdriscoll authored May 19, 2019
2 parents 3842185 + 6de3bff commit 973a19b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/UniversalDashboard/Themes/Default.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Name = "Default"
Definition = @{
UDDashboard = @{
BackgroundColor = "rgb(255,255,255)"
FontColor = "rgb(0, 0, 0)"
BackgroundColor = "rgb(255,255,255) !important"
FontColor = "rgb(0, 0, 0) !important"
}
UDNavBar = @{
BackgroundColor = "rgb(36, 81, 131)"
FontColor = "rgb(255, 255, 255)"
BackgroundColor = "rgb(36, 81, 131) !important"
FontColor = "rgb(255, 255, 255) !important"
}
UDFooter = @{
BackgroundColor = "rgb(36, 81, 131)"
FontColor = "rgb(255, 255, 255)"
BackgroundColor = "rgb(36, 81, 131) !important"
FontColor = "rgb(255, 255, 255) !important"
}
}
}

0 comments on commit 973a19b

Please sign in to comment.