Forked from
svekyll / svekyll
82 commits behind, 4 commits ahead of the upstream repository.
-
Chris Dawson authored2cfd8fdc
svekyll-com__svekyll.css 1.59 KiB
.svekyll-posts {
@apply p-2
grid
grid-cols-1
bordered
gap-2
border-secondary
lg:grid-cols-3;
}
.svekyll-title {
/* @apply p-2; */
}
.svekyll-post {
@apply p-2
bordered
relative
grid
grid-cols-1
gap-4
bg-white
bordered
border-b-4
border-r-2
shadow-xl
border-black
m-2
lg:p-6;
z-index: 1000;
}
.pagenav .pagination-nav {
@apply flex justify-center;
}
.svekyll-post p {
@apply py-4;
}
.svekyll-post pre {
@apply mockup-code p-4;
}
body {
@apply bg-gray-300 h-full w-full;
}
.svekyll-body {
@apply w-screen h-screen;
}
.circle {
@apply absolute
h-16
bordered
border-black
shadow-lg
w-16 rounded-full
bg-yellow-100;
z-index: 500;
}
h1 {
@apply text-2xl;
}
h2 {
@apply text-xl;
}