mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance(plugin): polish marketplace ui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user