feat: update layout colors
This commit is contained in:
parent
330ccd39dd
commit
82b55e0fbd
@ -2,7 +2,7 @@
|
|||||||
title = "Why Docker isn't always a good idea Part 1"
|
title = "Why Docker isn't always a good idea Part 1"
|
||||||
date = 2022-09-15
|
date = 2022-09-15
|
||||||
updated = 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]
|
[taxonomies]
|
||||||
tags = ["docker", "network", "haproxy"]
|
tags = ["docker", "network", "haproxy"]
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
--bg-2: #fefefe;
|
--bg-2: #fefefe;
|
||||||
--bg-3: #d8dcdd;
|
--bg-3: #d8dcdd;
|
||||||
--hover-color: white;
|
--hover-color: white;
|
||||||
--primary-color: #ff6b01;
|
--primary-color: #00d183;
|
||||||
--divider-color: #d7d7d7;
|
--divider-color: #d7d7d7;
|
||||||
--text-color: #222226;
|
--text-color: #222226;
|
||||||
--text-color-high-contrast: #313333;
|
--text-color-high-contrast: #313333;
|
||||||
@ -73,7 +73,7 @@
|
|||||||
--bg-2: #171717;
|
--bg-2: #171717;
|
||||||
--bg-3: #535555;
|
--bg-3: #535555;
|
||||||
--hover-color: black;
|
--hover-color: black;
|
||||||
--primary-color: #ff6b01;
|
--primary-color: #00d183;
|
||||||
--divider-color: #4a4a4a;
|
--divider-color: #4a4a4a;
|
||||||
--text-color: #D4D4D4;
|
--text-color: #D4D4D4;
|
||||||
--text-color-high-contrast: #eceeef;
|
--text-color-high-contrast: #eceeef;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user