Skip to content

Commit

Permalink
Merge branch 'feature/guides' of https://github.com/workleap/wl-hopper
Browse files Browse the repository at this point in the history
…into feature/guides
  • Loading branch information
alexasselin008 committed Nov 29, 2024
2 parents 3699d9c + a0ca826 commit cee960a
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/app/ui/layout/aside/aside.css
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@
}

.hd-aside__link {
line-height: 1;
line-height: 1.7;
}

.hd-aside__link:hover {
@@ -112,7 +112,7 @@

.hd-aside__item {
font-size: 0.875rem;
height: var(--hd-space-3);
min-height: var(--hd-space-3);
display: flex;
align-items: center;
position: relative;
4 changes: 4 additions & 0 deletions apps/docs/components/callout/callout.css
Original file line number Diff line number Diff line change
@@ -17,6 +17,10 @@
background-color: var(--hd-callout-background-color);
}

.hd-callout p a {
color: var(--hd-neutral-900);
}

.hd-callout__icon {
align-self: flex-start;
margin-top: 0.25rem;

0 comments on commit cee960a

Please sign in to comment.