diff --git a/site/src/css/styles.css b/site/src/css/styles.css index a94590c..5925a0c 100644 --- a/site/src/css/styles.css +++ b/site/src/css/styles.css @@ -23,8 +23,8 @@ body { font-family: inherit; line-height: inherit; margin: 0; - background: #0b1220; - color: #e5e7eb; + background: #f5f7fb; + color: #1f2937; } h1, h2, @@ -57,9 +57,11 @@ pre { :root { --view-max-width: 1200px; - --view-panel-background: #0f172a; - --view-panel-border: #1f2937; - --view-panel-color: #e5e7eb; + --view-panel-background: #ffffff; + --view-panel-border: #dbe3ec; + --view-panel-color: #1f2937; + --view-muted: #6b7280; + --view-accent: #2563eb; } .page { @@ -86,10 +88,10 @@ pre { .panel .ant-list-item-meta-description, .panel .ant-statistic-title, .panel .ant-statistic-content { - color: #ffffff !important; + color: #1f2937 !important; } .panel .ant-typography-secondary, .panel .ant-typography-secondary * { - color: rgba(255, 255, 255, 0.7) !important; + color: #6b7280 !important; }