chore(markdown): Updated docs to recent jargon changes
This commit is contained in:
parent
e87e889a87
commit
0d7ef5f854
3 changed files with 35 additions and 51 deletions
|
@ -31,7 +31,7 @@ export const Term = ({ children, site, jargon = {} }) => {
|
|||
|
||||
return term ? (
|
||||
<button
|
||||
className="italic underline decoration-warning decoration-dotted decoration-2 bg-warning bg-opacity-20 px-1 hover:bg-transparent hover:decoration-solid hover:cursor-help"
|
||||
className="italic underline decoration-warning decoration-dotted decoration-2 bg-warning bg-opacity-10 px-1 hover:bg-transparent hover:decoration-solid hover:cursor-help"
|
||||
onClick={() =>
|
||||
setModal(
|
||||
<ModalWrapper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue