Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 19e3841

Browse files
committed
feat: enhance styles
1 parent b4f1f0f commit 19e3841

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

components/Header.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
// color lighten(#3eaf7c, 10%)
6767
color #000
6868
font-size 30px
69-
font-weight bold
7069
margin 0
7170
letter-spacing 2px
7271
display block
73-
font-family PT Serif, Serif
72+
text-transform uppercase
7473
7574
a
7675
color #000
77-
font-weight 500
76+
font-weight bold
77+
font-family PT Serif, Serif
7878
text-decoration none
7979
8080
.header-right-wrap

global-components/BaseListLayout.vue

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
cursor pointer
6666
color #000
6767
transition all .2s
68-
font-weight bold
6968
text-decoration none
7069
7170
&:hover

0 commit comments

Comments
 (0)