Skip to content

Commit 00f48ce

Browse files
author
reco_luan
committed
fix: some little problem
1 parent 86882bd commit 00f48ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/PersonalInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
</div>
1515
<hr>
16-
</div>
16+
</div>
1717
</template>
1818

1919
<style lang="stylus" scoped>

layouts/404.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default {
5959
border-radius: 4px
6060
6161
@media screen and (max-width: 720px)
62-
.mod_404
62+
.mod_404
6363
.desc
6464
margin: 50px 0
6565
.wrapper

styles/theme.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ blockquote
9393
font-size .9rem
9494
color #999
9595
border-left .25rem solid #999
96-
background-color var(--border-color)
96+
background-color var(--code-color)
9797
margin 0.5rem 0
9898
padding .25rem 0 .25rem 1rem
9999
& > p

0 commit comments

Comments
 (0)