From 68b3dff74a80ad631839e8c114d73004cddb3d33 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 23 Jun 2024 00:36:03 +0800 Subject: [PATCH] Update CSS --- docs/md/assets/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/md/assets/styles.css b/docs/md/assets/styles.css index f4680880..f103474f 100644 --- a/docs/md/assets/styles.css +++ b/docs/md/assets/styles.css @@ -29,12 +29,16 @@ --global-font-color: #eaeaea; /* Light font color for global elements */ --background-color: #222225; + + --background-color: #070708; --page-width: 70em; --font-color: #e8e9ed; --invert-font-color: #222225; --secondary-color: #a3abba; + --secondary-color: #d5cec0; --tertiary-color: #a3abba; --primary-color: #09b5a5; /* Updated to the brand color */ + --primary-color: #50ffff; /* Updated to the brand color */ --error-color: #ff3c74; --progress-bar-background: #3f3f44; --progress-bar-fill: #09b5a5; /* Updated to the brand color */