Skip to content

Commit 10fe206

Browse files
authored
fix: smaller links in impact section (#481)
1 parent d9eafcd commit 10fe206

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/leafwiki-ui/src/index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,13 +887,17 @@
887887
}
888888

889889
.backlinks__item a {
890-
@apply hover:bg-tree-node-hover hover:text-brand !text-interface-text inline-block rounded-md pt-2 pr-5 pb-2 pl-2;
890+
@apply hover:bg-tree-node-hover hover:text-brand text-interface-text! inline-block rounded-md pt-2 pr-5 pb-2 pl-2 text-xs leading-snug;
891891
}
892892

893893
.backlinks__item .backlinks__icon {
894894
@apply inline;
895895
}
896896

897+
.backlinks__icon {
898+
@apply scale-90 opacity-50;
899+
}
900+
897901
/* Backlinks pane extensions */
898902
.backlinks__group {
899903
@apply mt-4;

0 commit comments

Comments
 (0)