Skip to content

Commit

Permalink
Fix footer color.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed May 19, 2019
1 parent 3842185 commit 6de3bff
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 6de3bff

Please sign in to comment.