diff --git a/docker-compose.yml b/docker-compose.yml
index f7275f4..375510a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ services:
ruokalistaserver:
image: ghcr.io/arttukuikka/ruokalistaserver:master
ports:
- - "8080"
+ - 8080:8080
environment:
- BackgroundsPath=
- IG_ENABLED=true
diff --git a/src/Pages/Shared/_Layout.cshtml b/src/Pages/Shared/_Layout.cshtml
index a3ffe66..cee0036 100644
--- a/src/Pages/Shared/_Layout.cshtml
+++ b/src/Pages/Shared/_Layout.cshtml
@@ -77,9 +77,10 @@
{
|
API
- |
- 🌓
+
}
+ |
+ 🌓
diff --git a/src/Pages/Shared/_RuntimeStyles.cshtml b/src/Pages/Shared/_RuntimeStyles.cshtml
index 02ebcdf..a1011fc 100644
--- a/src/Pages/Shared/_RuntimeStyles.cshtml
+++ b/src/Pages/Shared/_RuntimeStyles.cshtml
@@ -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;
+ }
\ No newline at end of file
diff --git a/src/wwwroot/aanestyspaate.png b/src/wwwroot/aanestyspaate.png
deleted file mode 100644
index 25a96d7..0000000
Binary files a/src/wwwroot/aanestyspaate.png and /dev/null differ
diff --git a/src/wwwroot/ig.png b/src/wwwroot/ig.png
deleted file mode 100644
index ef2cddf..0000000
Binary files a/src/wwwroot/ig.png and /dev/null differ
diff --git a/src/wwwroot/mainos3.png b/src/wwwroot/mainos3.png
deleted file mode 100644
index b4423b3..0000000
Binary files a/src/wwwroot/mainos3.png and /dev/null differ
diff --git a/src/wwwroot/sitemap.xml b/src/wwwroot/sitemap.xml
deleted file mode 100644
index ffe81c2..0000000
--- a/src/wwwroot/sitemap.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- https://ruokalista.arttukuikka.fi/
-
-
-
- https://ruokalista.arttukuikka.fi/swagger
-
-
-