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

Commit 741f904

Browse files
style: remove ugly text shadow
1 parent 6293d1b commit 741f904

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

assets/styles/shame.pcss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
}
55
}
66

7-
@variants hover {
8-
.text-shadow-sm {
9-
text-shadow: 4px 4px 10px config('colors.rains');
10-
}
11-
}
12-
137
.shadow-over-grey-darkest {
148
box-shadow: 0 0 30px -18px config('colors.grey-darkest');
159
}

components/work/WorkPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
v-bind="bindUrl"
3232
target="_blank"
3333
rel="noopener"
34-
class="block text-rains no-underline text-center mx-6 mt-4 hover:text-shadow-sm transition-all"
34+
class="block text-rains no-underline text-center mx-6 mt-4 hover:underline transition-all"
3535
@click="logClick('heading')"
3636
><h2 v-t="`work.projects.${slug}.title`" class="text-2xl font-bold" /></a>
3737
<!-- eslint-disable-next-line vue/no-v-html -->

0 commit comments

Comments
 (0)