mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-09-13 08:40:16 +02:00
feat: added third blog post
This commit is contained in:
parent
42dda0f1fa
commit
3d3419ad02
22 changed files with 281 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
|
@ -194,6 +194,7 @@ small {
|
|||
img {
|
||||
max-width: 100%;
|
||||
border-radius: 0.25rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
@ -215,7 +216,24 @@ th {
|
|||
|
||||
code {
|
||||
color: light-dark(#dc8a78, #f5e0dc);
|
||||
font-family: 'Cascadia Code', monospace;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 18px;
|
||||
padding: 0.25rem 0.50rem;
|
||||
border-radius: 0.50rem;
|
||||
|
||||
background-color: light-dark(var(--light-secondary), var(--dark-secondary));
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
padding: 1rem;
|
||||
border-radius: 0.75rem;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
padding: 0;
|
||||
background-color: auto;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue