mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
docs: add a new theme and add main image in v3 post
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
@@ -4,6 +4,7 @@ pubDatetime: 2023-09-25T10:25:54.547Z
|
|||||||
title: AstroPaper 3.0
|
title: AstroPaper 3.0
|
||||||
postSlug: astro-paper-v3
|
postSlug: astro-paper-v3
|
||||||
featured: true
|
featured: true
|
||||||
|
ogImage: https://github.com/satnaing/astro-paper/assets/53733092/1ef0cf03-8137-4d67-ac81-84a032119e3a
|
||||||
tags:
|
tags:
|
||||||
- release
|
- release
|
||||||
description: "AstroPaper Version 3: Elevating Your Web Experience with Astro v3 and Seamless View Transitions"
|
description: "AstroPaper Version 3: Elevating Your Web Experience with Astro v3 and Seamless View Transitions"
|
||||||
@@ -11,6 +12,8 @@ description: "AstroPaper Version 3: Elevating Your Web Experience with Astro v3
|
|||||||
|
|
||||||
We're excited to announce the release of AstroPaper v3, packed with new features, enhancements, and bug fixes to elevate your web development experience. Let's dive into the highlights of this release:
|
We're excited to announce the release of AstroPaper v3, packed with new features, enhancements, and bug fixes to elevate your web development experience. Let's dive into the highlights of this release:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
## Features & Changes
|
## Features & Changes
|
||||||
|
|||||||
@@ -149,3 +149,18 @@ html[data-theme="dark"] {
|
|||||||
--color-border: 171, 75, 8;
|
--color-border: 171, 75, 8;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Astro Deep Purple (New dark theme in AstroPaper 3)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
```css
|
||||||
|
html[data-theme="dark"] {
|
||||||
|
--color-fill: 33, 39, 55;
|
||||||
|
--color-text-base: 234, 237, 243;
|
||||||
|
--color-accent: 235, 63, 211;
|
||||||
|
--color-card: 52, 63, 96;
|
||||||
|
--color-card-muted: 125, 79, 124;
|
||||||
|
--color-border: 100, 36, 81;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user