Update something
This commit is contained in:
parent
7e891cedb4
commit
95c1137cb2
8 changed files with 44 additions and 5068 deletions
|
@ -40,7 +40,7 @@ html[data-theme="dark"] {
|
|||
}
|
||||
|
||||
body {
|
||||
@apply flex min-h-svh flex-col bg-background font-mono text-foreground selection:bg-accent/75 selection:text-background;
|
||||
@apply flex min-h-svh flex-col bg-background text-foreground selection:bg-accent/75 selection:text-background;
|
||||
}
|
||||
|
||||
a,
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
@plugin '@tailwindcss/typography';
|
||||
|
||||
/* html {
|
||||
font-family: 'IBM Plex Mono', monospace !important;
|
||||
font-weight: 300;
|
||||
} */
|
||||
|
||||
@layer base {
|
||||
.prose {
|
||||
@apply prose-headings:!mb-3 prose-headings:!text-foreground prose-h3:italic prose-p:!text-foreground prose-a:!text-foreground prose-a:!decoration-dashed prose-a:underline-offset-8 hover:prose-a:text-accent prose-blockquote:!border-l-accent/50 prose-blockquote:opacity-80 prose-figcaption:!text-foreground prose-figcaption:opacity-70 prose-strong:!text-foreground prose-code:rounded prose-code:bg-muted/75 prose-code:p-1 prose-code:!text-foreground prose-code:before:!content-none prose-code:after:!content-none prose-ol:!text-foreground prose-ul:overflow-x-clip prose-ul:!text-foreground prose-li:marker:!text-accent prose-table:text-foreground prose-th:border prose-th:border-border prose-td:border prose-td:border-border prose-img:mx-auto prose-img:!my-2 prose-img:border-2 prose-img:border-border prose-hr:!border-border;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue