We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b781450 commit a482611Copy full SHA for a482611
src/client/theme-default/components/VPFooter.vue
@@ -28,6 +28,16 @@ const { hasSidebar } = useSidebar()
28
display: none;
29
}
30
31
+.VPFooter :deep(a) {
32
+ text-decoration-line: underline;
33
+ text-underline-offset: 2px;
34
+ transition: color 0.25s;
35
+}
36
+
37
+.VPFooter :deep(a:hover) {
38
+ color: var(--vp-c-text-1);
39
40
41
@media (min-width: 768px) {
42
.VPFooter {
43
padding: 32px;
0 commit comments