This commit is contained in:
koh
2024-02-19 09:20:54 +07:00
commit 56f925190d
183 changed files with 19479 additions and 0 deletions

24
styles/globals.css Normal file
View File

@@ -0,0 +1,24 @@
html,
body {
min-height: 100%;
}
#__next {
height: 100%;
}
code {
font-family: 'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue';
padding: 0.1rem 0.4rem;
font-size: 90%;
color: #d400ff;
border-radius: 0.1335rem;
}
code:not([class*='language-']):before,
code:not([class*='language-']):after {
content: '`';
}
code[class*='language-'] {
padding: 0;
}