Update Shian to restore some Ghost-required stylings

This commit is contained in:
Damillora 2021-04-14 16:22:37 +07:00
parent 8042df5951
commit f6423f5501
2 changed files with 2 additions and 56 deletions

View File

@ -4,58 +4,4 @@
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import '../../node_modules/@damillora/shian/dist/app.css';
/*
@tailwind base;
html {
@apply font-sans;
}
.primary-tag-header {
@apply bg-blue-700 w-auto inline-block px-2 py-1 text-white text-sm transition duration-300 ease-in-out;
}
.primary-tag-header:hover {
@apply transition-all duration-300 ease-in-out underline;
}
.tag-accent-color {
@apply inline-block rounded-full align-text-bottom h-12 w-12;
}
.tag-accent-color.small {
@apply h-4 w-4;
}
.tag-accent-color.medium {
@apply h-6 w-6;
}
.author-image {
@apply inline-block rounded-full align-text-bottom h-12 w-12;
}
@screen md {
.tag-accent-color {
@apply h-16 w-16;
}
.author-image {
@apply h-16 w-16;
}
}
.author-list {
@apply flex flex-row items-center my-2 py-2;
}
.author-images {
@apply flex flex-row;
}
.author-names {
@apply flex-grow flex flex-col;
}
.author-names a:hover {
@apply underline;
}
.post-feed {
@apply grid grid-cols-1 gap-y-4 my-8;
}
@tailwind components;
@tailwind utilities;
*/
@import '../../node_modules/@damillora/shian/dist/ghost.css';

View File

@ -1,7 +1,7 @@
{
"name": "yuika",
"description": "nanao.moe's blog theme",
"version": "3.0.3",
"version": "3.0.4",
"engines": {
"ghost-api": "v3"
},