From 417a25197e14fca2ddc8e4c397b1c0183e4701b8 Mon Sep 17 00:00:00 2001 From: heaven Date: Sun, 20 Jul 2025 00:24:03 +0200 Subject: [PATCH] ffdgfg --- astro.config.ts | 3 +-- src/config.ts | 2 +- src/content/about/about.md | 2 +- src/styles/global.css | 10 +++++----- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index fab9339..1764691 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -14,7 +14,6 @@ import remarkTOC from './src/plugins/remark-toc.mjs' import { themeConfig } from './src/config' import { imageConfig } from './src/utils/image-config' import path from 'path' -import netlify from '@astrojs/netlify' import nodeAdapter from '@astrojs/node' export default defineConfig({ @@ -30,7 +29,7 @@ export default defineConfig({ }, markdown: { shikiConfig: { - theme: 'css-variables', + theme: 'kanagawa-dragon', wrap: false }, remarkPlugins: [remarkMath, remarkDirective, remarkEmbeddedMedia, remarkReadingTime, remarkTOC], diff --git a/src/config.ts b/src/config.ts index 1d4e20f..f625b1b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -15,7 +15,7 @@ export const themeConfig: ThemeConfig = { contentWidth: '40rem', // Content area width centeredLayout: true, // Use centered layout (false for left-aligned) themeToggle: false, // Show theme toggle button (uses system theme by default) - postListDottedDivider: false, // Show dotted divider in post list + postListDottedDivider: true, // Show dotted divider in post list footer: true, // Show footer fadeAnimation: true // Enable fade animations }, diff --git a/src/content/about/about.md b/src/content/about/about.md index d4daedd..8687126 100644 --- a/src/content/about/about.md +++ b/src/content/about/about.md @@ -9,4 +9,4 @@ I'm not going to be the next tech bro telling you why my $30k/m AI SaaS is revol My work is made with pure passion. Raw and real. Have fun reading my slop. :) -[RSS](/rss.xml) / [Git (Soon)](./) +[RSS](/rss.xml) / [Git (Soon)](./) \ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 0909908..40c62eb 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -74,14 +74,14 @@ html.light { /* Dark Mode (Explicit) */ html.dark { - --bg: #1c1c1c; - --text-primary: rgba(255, 255, 255, 0.9); - --text-secondary: rgba(255, 255, 255, 0.4); - --text-tertiary: rgba(255, 255, 255, 0.24); + --bg: #151414; + --text-primary: rgba(197, 201, 197, 1); + --text-secondary: rgba(197, 201, 197, 0.4); + --text-tertiary: rgba(197, 201, 197, 0.24); --border: rgba(255, 255, 255, 0.1); --selection: rgba(255, 255, 255, 0.08); --code-bg: rgba(255, 255, 255, 0.04); - --mark: #545b37; + --mark: #786779; /* Syntax Theme */ --astro-code-foreground: rgba(255, 255, 255, 0.9);