Skip to content

Commit 03cc409

Browse files
committed
update hovered styles
1 parent 2008b29 commit 03cc409

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/pages/sponsors/[id].vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ css({
183183
marginTop: 'calc({space.8} * 4)',
184184
color: '#292C33',
185185
gap: 'calc({space.8} * 5)',
186+
'::v-deep(a)': {
187+
color: '{color.vue.green}',
188+
textDecoration: 'underline',
189+
'&:hover': {
190+
opacity: 0.4,
191+
transition: '.2s',
192+
},
193+
},
186194
},
187195
'.detailhead-left': {
188196
position: 'relative',

0 commit comments

Comments
 (0)