Skip to content

Commit

Permalink
Upgrade web
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfmin committed Nov 19, 2021
1 parent c8f29bb commit a9b2298
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docjs/dist/docgo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docjs/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
}

pre {
@apply text-base bg-gray-100 rounded-2xl p-2 mt-6 overflow-auto;
@apply text-sm bg-gray-100 rounded-2xl p-2 mt-6 overflow-auto;
}

pre code.hljs {
@apply bg-transparent font-light block p-4;
}

p code, li code {
@apply text-base text-green-700 font-semibold;
@apply text-sm text-green-700 font-semibold;
}

}
Loading

0 comments on commit a9b2298

Please sign in to comment.