Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/app.css')
-rw-r--r--assets/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/app.css b/assets/app.css
index d655957..c549c02 100644
--- a/assets/app.css
+++ b/assets/app.css
@@ -64,6 +64,10 @@
@apply top-0;
}
+ article {
+ @apply text-lg leading-[1.9] text-black dark:text-white;
+ }
+
article pre {
@apply -mx-8 !p-8 shadow-lg;
}