Use main heading color as the border color of tooltips

This commit is contained in:
Helen Chong 2024-07-03 17:51:26 +08:00
parent e6df496eb7
commit 6675f6f616
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ p + .adoptables { margin-top: 1em; }
display: inline-block;
position: absolute;
background-color: var(--clr-quote-bg);
border: 0.15em solid var(--clr-title-border);
border: 0.15em solid var(--clr-main-heading);
padding: 0.25em 0.5em;
}