Skip to content

Commit 066c6e4

Browse files
committed
feat(theme-default): add missing transitions
1 parent 920c9ac commit 066c6e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vuepress/theme-default/src/client/styles/home.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
border-top: 1px solid var(--c-border);
103103
text-align: center;
104104
color: var(--c-text-lighter);
105+
transition: border-top-color 0.3s ease;
105106
}
106107
}
107108

packages/@vuepress/theme-default/src/client/styles/normalize.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ h2 {
9696
font-size: 1.65rem;
9797
padding-bottom: 0.3rem;
9898
border-bottom: 1px solid var(--c-border);
99+
transition: border-bottom-color 0.3s ease;
99100
}
100101

101102
h3 {

0 commit comments

Comments
 (0)