diff --git a/assets/css/styles.css b/assets/css/styles.css index eca7e8d..3f98606 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -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'; \ No newline at end of file diff --git a/package.json b/package.json index adbfefd..2d85a1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yuika", "description": "nanao.moe's blog theme", - "version": "3.0.3", + "version": "3.0.4", "engines": { "ghost-api": "v3" },