Add .link underline

This commit is contained in:
venashial
2022-07-11 13:23:19 -07:00
parent e280c0c5ca
commit 3e87d88825
31 changed files with 59 additions and 49 deletions

View File

@@ -26,7 +26,7 @@
<style lang="postcss">
.code {
display: flex;
gap: 0.5rem;
grid-gap: 0.5rem;
font-family: var(--mono-font);
padding: 0.25rem 0.5rem;
background-color: var(--color-code-bg);