diff --git a/content/blog/why-docker-isnt-always-a-good-idea/index.md b/content/blog/why-docker-isnt-always-a-good-idea/index.md index 1ac873c..4b81b49 100644 --- a/content/blog/why-docker-isnt-always-a-good-idea/index.md +++ b/content/blog/why-docker-isnt-always-a-good-idea/index.md @@ -2,7 +2,7 @@ title = "Why Docker isn't always a good idea Part 1" date = 2022-09-15 updated = 2022-09-15 -description = "To briefly explain the situation. We have a **HAProxy** running on a Debian server as a Docker container. This is the entrance node to a **Docker Swarm** cluster." +description = "To briefly explain the situation. We have a HAProxy running on a Debian server as a Docker container. This is the entrance node to a Docker Swarm cluster." [taxonomies] tags = ["docker", "network", "haproxy"] diff --git a/sass/main.scss b/sass/main.scss index 833dada..ebe4b76 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -55,7 +55,7 @@ --bg-2: #fefefe; --bg-3: #d8dcdd; --hover-color: white; - --primary-color: #ff6b01; + --primary-color: #00d183; --divider-color: #d7d7d7; --text-color: #222226; --text-color-high-contrast: #313333; @@ -73,7 +73,7 @@ --bg-2: #171717; --bg-3: #535555; --hover-color: black; - --primary-color: #ff6b01; + --primary-color: #00d183; --divider-color: #4a4a4a; --text-color: #D4D4D4; --text-color-high-contrast: #eceeef;