Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 26459b7

Browse files
committed
fix: styles on vuepress 1.3.0
1 parent fcb789d commit 26459b7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[README](README.md) | [CHANGELOG](CHANGELOG.md)
44

5+
## 1.0.5
6+
7+
- fix styles on vuepress 1.3.0
8+
59
## 1.0.4
610

711
- fix navigation border color for dark theme

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-default-prefers-color-scheme",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "index.js",
55
"description": "add prefers-color-scheme for vuepress default theme",
66
"author": "tolking <qw13131wang@gmail.com>",

styles/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ div[class*="language-"].line-numbers-mode .line-numbers-wrapper
158158

159159
// custom-block
160160
.custom-block.tip
161+
.custom-block.details
161162
background-color var(--tipBgColor)
162163

163164
.custom-block.warning

0 commit comments

Comments
 (0)