mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(docs): set tooltip bg to accent-high
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user