From ae77e130f2ce18bc26c6c56c12f1d80734db15c1 Mon Sep 17 00:00:00 2001 From: BinaryDigit Date: Thu, 19 Jun 2025 18:24:38 -0400 Subject: [PATCH] Quartz sync: Jun 19, 2025, 6:24 PM --- quartz/components/Status.tsx | 2 +- quartz/styles/custom.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/quartz/components/Status.tsx b/quartz/components/Status.tsx index a0fe270..3f275b3 100644 --- a/quartz/components/Status.tsx +++ b/quartz/components/Status.tsx @@ -3,7 +3,7 @@ export default (() => { // return

Current Status:

//
//

- return

+ return

} return Status diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index f1ef87f..8966257 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -7,4 +7,8 @@ // --bg: #custombg; // --callout-icon: url("data:image/svg+xml; utf8, "); //SVG icon code // } -// } \ No newline at end of file +// } +.statuslol_content { + --darkgray:#7a7a7a; + +}