Add tailwind CSS content

This commit is contained in:
Kamran Ahmed
2021-12-08 19:27:26 +01:00
parent d09c91247e
commit 9b29d240e3
2 changed files with 15 additions and 11 deletions

View File

@ -26,6 +26,14 @@ const GlobalStyles = css`
text-rendering: optimizeSpeed;
}
code {
background: #1e1e3f;
color: #9efeff;
padding: 3px 5px;
font-size: 14px;
border-radius: 3px;
}
svg .clickable-group {
cursor: pointer;