feat: update layout colors

This commit is contained in:
Alex Wellnitz 2025-03-17 13:10:23 +01:00
parent 330ccd39dd
commit 82b55e0fbd
2 changed files with 3 additions and 3 deletions

View File

@ -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"]

View File

@ -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;