From 213460f605ee60fdbc5a3e85ef29f29983984cfd Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 19 Oct 2022 08:01:51 -0400 Subject: [PATCH] docs: More legible font colour in dark mode (#577) * Website: More legible font colour in dark mode ### What does this PR do? * Updates the website with "gray-300" font colour in dark mode, as the previous colour was not very legible to read. ### Screenshot/screencast of this PR See below difference: ### What issues does this PR fix or reference? N/A (let me know if I need to open an issue)! It's a quickfix for the website. ### How to test this PR? `yarn run docusaurus start` Signed-off-by: Charlie Drage Signed-off-by: Charlie Drage * docs: change based on review Signed-off-by: Charlie Drage Signed-off-by: Charlie Drage --- website/src/pages/index.tsx | 38 ++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 87c32d506c6..f5d979ee79f 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -111,13 +111,13 @@ function DownloadGenericLinks() { function Hero() { // const { siteConfig } = useDocusaurusContext(); return ( -
+
@@ -208,7 +208,7 @@ function KeepUpToDate() { function Extensibility() { return ( -
+
@@ -223,13 +223,17 @@ function Extensibility() {
-

Container engines are plugged through extension points.

-

JavaScript extensions can contribute new behaviour

-

Reuse existing extensions directly in Podman Desktop

+
    +
  • Container engines are plugged through extension points
  • +
  • JavaScript extensions can contribute new behaviour
  • +
  • Reuse existing extensions directly in Podman Desktop
  • +
-

Current Podman Desktop plug-ins: Podman, Docker, Lima and CRC/OpenShift Local.

+

+ Current Podman Desktop plug-ins: Podman, Docker, Lima and CRC/OpenShift Local. +

@@ -270,7 +274,7 @@ function Extensibility() { function Configure() { return ( -
+
@@ -338,7 +342,7 @@ function Configure() { function EnterpriseReady() { return ( -
+
@@ -398,13 +402,13 @@ const copyBrewInstructions = () => { function RunAnywhere() { return ( -
+

Available on Windows, Mac and Linux

-

+

Use the same UI across different operating systems

@@ -482,7 +486,7 @@ function RunAnywhere() { function MainFeatures() { return ( -
+