Skip to content

Commit 7bbc5b5

Browse files
committed
Update bg color and proj
1 parent 136c6e7 commit 7bbc5b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/StackApis/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public override void Configure(Container container)
3737
{
3838
ServiceDescription = "Search for ServiceStack Questions on StackOverflow",
3939
ServiceIconUrl = "/Content/app/logo-76.png",
40-
BackgroundColor = "#F0CC9D",
40+
BackgroundColor = "#fc9a24",
4141
TextColor = "#fff",
4242
LinkColor = "#ffff8d",
4343
BrandImageUrl = "/Content/app/brand.png",

src/StackApis/StackApis.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
<Reference Include="System.EnterpriseServices" />
111111
</ItemGroup>
112112
<ItemGroup>
113+
<Content Include="Content\app\bg.png" />
114+
<Content Include="Content\app\brand.png" />
115+
<Content Include="Content\app\logo-76.png" />
116+
<Content Include="Content\app\stacks-75.png" />
117+
<Content Include="Content\app\stacks-white-75.png" />
113118
<Content Include="Content\bootstrap-theme.css" />
114119
<Content Include="Content\bootstrap-theme.min.css" />
115120
<Content Include="Content\bootstrap.css" />

0 commit comments

Comments
 (0)