Update contact, add donate page
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@layer base {
|
||||
* {
|
||||
@apply border-border;
|
||||
scroll-margin-top: 60px;
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
@@ -12,6 +13,9 @@
|
||||
.prose {
|
||||
@apply max-w-none;
|
||||
}
|
||||
li {
|
||||
overflow-wrap: break-word
|
||||
}
|
||||
[data-rehype-pretty-code-figure] {
|
||||
@apply bg-[#1e1e2e] rounded-md pt-4;
|
||||
}
|
||||
@@ -33,7 +37,4 @@
|
||||
.prose pre > code {
|
||||
@apply bg-transparent border-none;
|
||||
}
|
||||
* {
|
||||
scroll-margin-top: 72px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user