enhance(plugin): polish marketplace ui

This commit is contained in:
charlie
2021-09-14 15:36:32 +08:00
committed by Tienson Qin
parent 2460e16a34
commit d456ed7823
5 changed files with 37 additions and 8 deletions

View File

@@ -152,6 +152,17 @@
}
}
&[intent='link'] {
@apply focus:border-gray-500 dark:hover:text-gray-200;
color: var(--ls-primary-text-color);
background: transparent;
&:hover {
color: var(--ls-link-text-color);
}
}
&.p-1 {
padding: 0.25rem 0.5rem !important;
}