feat(docs): set tooltip bg to accent-high

This commit is contained in:
sagar
2023-11-23 09:57:11 +05:45
parent 770e4fdfe2
commit e3986e45d4

View File

@@ -78,8 +78,8 @@ const { copyText } = Astro.props;
position: absolute;
left: -14px;
width: max-content;
background-color: white;
color: var(--sl-color-black);
background-color: var(--sl-color-accent-high);
color: white;
display: none;
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
@@ -94,7 +94,7 @@ const { copyText } = Astro.props;
position: absolute;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid white;
border-bottom: 8px solid var(--sl-color-accent-high);
right: 28px;
top : -7px;
}