Refactor body class codes to base.css

This commit is contained in:
Sat Naing
2022-09-11 15:25:14 +06:30
parent b19fd5d986
commit efec1d3f07
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -29,6 +29,9 @@
.theme-dark #sun-svg {
display: block;
}
body {
@apply font-mono bg-skin-fill text-skin-base min-h-screen flex flex-col;
}
section,
footer {
@apply max-w-3xl mx-auto px-4;