Update style vars + Add examples to docs + Add Avatar, NavRow, Pagination, & Link

This commit is contained in:
venashial
2022-03-20 00:19:51 -07:00
parent de9c62617b
commit 15b7c241ff
34 changed files with 787 additions and 1727 deletions

View File

@@ -68,10 +68,10 @@ pre[class*="language-"] *::selection {
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
padding: 16px;
margin: 0.5em 0;
overflow: auto;
border-radius: 0.3em;
border-radius: var(--rounded);
}
/* Inline code */