Skip to content

Commit

Permalink
Merge pull request #131 from ArttuKuikka/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ArttuKuikka authored Dec 26, 2024
2 parents 4fd412f + 55b38bb commit 77a973c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
ruokalistaserver:
image: ghcr.io/arttukuikka/ruokalistaserver:master
ports:
- "8080"
- 8080:8080
environment:
- BackgroundsPath=
- IG_ENABLED=true
Expand Down
5 changes: 3 additions & 2 deletions src/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@
{
<span style="margin: 0 5px;">|</span>
<a class="highlighted" href="/swagger">API</a>
<span style="margin: 0 5px;">|</span>
<a href="#" id="theme-toggle">🌓</a>
}
<span style="margin: 0 5px;">|</span>
<a href="#" id="theme-toggle">🌓</a>
</div>
</footer>
Expand Down
13 changes: 13 additions & 0 deletions src/Pages/Shared/_RuntimeStyles.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,17 @@
.border-top {
border-top: 1px solid @GlobalConfig.PrimaryColor !important
}
@{
var togglerColor = "%23" + GlobalConfig.PrimaryColor.Replace("#", "");
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='@togglerColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
color: @GlobalConfig.PrimaryColor !important;
border-color: @GlobalConfig.PrimaryColor !important;
}
</style>
Binary file removed src/wwwroot/aanestyspaate.png
Binary file not shown.
Binary file removed src/wwwroot/ig.png
Binary file not shown.
Binary file removed src/wwwroot/mainos3.png
Binary file not shown.
11 changes: 0 additions & 11 deletions src/wwwroot/sitemap.xml

This file was deleted.

0 comments on commit 77a973c

Please sign in to comment.