From e57ba007283e2c5b33a270f842f465ff5ba604fa Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Thu, 5 May 2022 14:44:02 +0800 Subject: [PATCH] fix: theme default dark mode css update --- themes/default/archives.html | 2 +- themes/default/page.html | 2 +- themes/default/post-list.html | 2 +- themes/default/post.html | 2 +- themes/default/static/css/input.css | 8 ++++++-- themes/default/static/css/style.css | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/themes/default/archives.html b/themes/default/archives.html index 0cc3179..d0a9bd7 100644 --- a/themes/default/archives.html +++ b/themes/default/archives.html @@ -2,7 +2,7 @@ {{template "head.html" .}} - + {{template "header.html" .}}
diff --git a/themes/default/page.html b/themes/default/page.html index baf005b..e3b4323 100644 --- a/themes/default/page.html +++ b/themes/default/page.html @@ -1,7 +1,7 @@ {{template "head.html" .}} - + {{template "header.html" .}}
diff --git a/themes/default/post-list.html b/themes/default/post-list.html index 8c1111c..4de126a 100644 --- a/themes/default/post-list.html +++ b/themes/default/post-list.html @@ -2,7 +2,7 @@ {{template "head.html" .}} - + {{template "header.html" .}}
diff --git a/themes/default/post.html b/themes/default/post.html index 4943caa..ac52f4c 100644 --- a/themes/default/post.html +++ b/themes/default/post.html @@ -2,7 +2,7 @@ {{template "head.html" .}} - + {{template "header.html" .}}
diff --git a/themes/default/static/css/input.css b/themes/default/static/css/input.css index fce4502..3a69d4c 100644 --- a/themes/default/static/css/input.css +++ b/themes/default/static/css/input.css @@ -2,8 +2,12 @@ @tailwind components; @tailwind utilities; +body{ + @apply dark:bg-zinc-800 +} + .main { - @apply w-full flex-none + @apply w-full flex-none dark:bg-zinc-900 } .main-container { @@ -19,7 +23,7 @@ } .post-header { - @apply flex-auto pb-4 mb-4 text-xl text-gray-500 border-b border-slate-200 + @apply flex-auto pb-4 mb-4 text-xl text-gray-500 border-b border-slate-200 dark:border-zinc-800 } .post-list .post-container { diff --git a/themes/default/static/css/style.css b/themes/default/static/css/style.css index df9633f..a126af7 100644 --- a/themes/default/static/css/style.css +++ b/themes/default/static/css/style.css @@ -1 +1 @@ -/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Outfit,PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.hidden{display:none}.w-6{width:1.5rem}.resize{resize:both}.items-center{align-items:center}.border{border-width:1px}.fill-yellow-200{fill:#fef08a}.fill-zinc-700{fill:#3f3f46}.fill-sky-500{fill:#0ea5e9}.fill-red-600{fill:#dc2626}.text-center{text-align:center}.italic{font-style:italic}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-80{opacity:.8}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.main{width:100%;flex:none}.main-container{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;padding-top:2rem;padding-bottom:2rem}.main-left-container{width:75%;flex:1 1 auto;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-right:2.5rem}.dark .main-left-container{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.main-sidebar{width:25%;flex:1 1 auto;padding-left:2.5rem}.post-header{margin-bottom:1rem;flex:1 1 auto;--tw-border-opacity:1;padding-bottom:1rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.post-header,.post-list .post-container{border-bottom-width:1px;border-color:rgb(226 232 240/var(--tw-border-opacity))}.post-list .post-container{margin-bottom:2rem;--tw-border-opacity:1}.dark .post-list .post-container{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.post-comment{margin-top:2rem;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .post-comment{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.comment-local-disabled{padding-top:1.5rem;--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.post-content>p:not(:last-child){padding-bottom:.5rem}h3.post-title{margin-bottom:1.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}h3.post-title:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark h3.post-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark h3.post-title:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.post-meta{margin-bottom:1.25rem;padding-left:.25rem;padding-right:.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.post-meta-gap{margin-left:1rem;margin-right:1rem}.dark .post-meta-gap{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity))}.footer .post-meta-gap{margin-left:1rem;margin-right:1rem}.dark .footer .post-meta-gap{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.post-tag{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.post-tag:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark .post-tag:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{padding-top:.5rem;padding-bottom:.5rem;font-weight:600}.post-content{margin-bottom:1.5rem;max-width:none;padding-left:.25rem;padding-right:.25rem;line-height:2rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .post-content{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-content h1{font-size:1.5rem;line-height:2rem}.post-content h2,.post-content h3{font-size:1.25rem;line-height:1.75rem}.post-content h4,.post-content h5,.post-content h6{font-size:1.125rem;line-height:1.75rem}.post-content pre{font-size:.875rem;line-height:1.25rem}.post-content a{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.post-content a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.dark .post-content a{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.post-content ul{list-style-type:disc;padding-left:2rem}.post-content ol{list-style-type:decimal;padding-left:2rem}.post-readmore{margin-bottom:1.5rem;padding-left:.25rem;padding-right:.25rem}.post-readmore .post-tag{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.post-readmore .post-tag:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.archive-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .archive-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-list{margin-bottom:1rem;list-style-type:disc;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .archive-list{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-item{margin-left:2rem;padding-top:.75rem;padding-bottom:.75rem}.archive-date{display:inline-block;width:3.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .archive-date{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-post-title{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.archive-post-title:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.dark .archive-post-title{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.footer{width:100%;flex:none;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .footer{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.footer-container{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;padding-top:2rem;padding-bottom:2rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.footer-item{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.footer-item:hover{color:rgb(3 105 161/var(--tw-text-opacity))}.dark .footer-item:hover{color:rgb(14 165 233/var(--tw-text-opacity))}.post-readmore .footer-item{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.footer-item:hover,.post-readmore .footer-item:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.dark .footer-item:hover{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.header{width:100%;flex:none;border-bottom-width:1px;border-color:rgb(226 232 240/var(--tw-border-opacity));background-color:rgb(241 245 249/var(--tw-bg-opacity))}.dark .header,.header{--tw-border-opacity:1;--tw-bg-opacity:1}.dark .header{border-color:rgb(63 63 70/var(--tw-border-opacity));background-color:rgb(39 39 42/var(--tw-bg-opacity))}.header-container{margin-left:auto;margin-right:auto;max-width:72rem}.header-top{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem}.site-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark .site-title{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.header-nav{line-height:2.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.header-nav-item{margin-left:1.5rem;border-left-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .header-nav-item{--tw-border-opacity:1;border-color:rgb(63 63 70/var(--tw-border-opacity))}.header-nav-item>a{margin-left:1.5rem;border-radius:.25rem;padding:.375rem .75rem}.header-nav-item>a:hover{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark .header-nav-item>a{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .header-nav-item>a:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.dark-toggle-icon{height:1.75rem;width:1.75rem}.post-pager{padding-top:2rem;padding-bottom:2rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .post-pager{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-pager-step{margin-left:.25rem;margin-right:.25rem;padding:.25rem .75rem;text-align:center}.post-pager-step:hover{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .post-pager-step:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-pager-size{margin-left:.25rem;margin-right:.25rem;padding:.25rem .75rem}.sidebar-profile{margin-top:2rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-bottom:2rem}.dark .sidebar-profile{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.profile-avatar{margin-left:auto;margin-right:auto;margin-bottom:.75rem;height:6rem;width:6rem;border-radius:.5rem;line-height:2rem}.profile-name{padding-bottom:1rem;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .profile-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.profile-bio{padding-bottom:1rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .profile-bio{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.sidebar-tags{margin-bottom:2rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-bottom:2rem}.dark .sidebar-tags{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.tags-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .tags-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.tags-list>a{display:inline-block;align-items:center;border-radius:.25rem;padding:.5rem;line-height:1}.tags-list>a:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.dark .tags-list>a{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark .tags-list>a:hover{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.tags-post-count{margin-left:.5rem;display:inline-block;width:1.25rem;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark .tags-post-count{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.footer-left,.footer-right{width:50%;flex:1 1 auto}.footer-right{text-align:right}.hover\:opacity-100:hover{opacity:1}.dark .dark\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity))}.dark .dark\:fill-zinc-200{fill:#e4e4e7}.dark .dark\:fill-sky-300{fill:#7dd3fc}.dark .dark\:fill-red-200{fill:#fecaca} \ No newline at end of file +/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Outfit,PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.relative{position:relative}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.hidden{display:none}.w-6{width:1.5rem}.resize{resize:both}.items-center{align-items:center}.border{border-width:1px}.fill-yellow-200{fill:#fef08a}.fill-zinc-700{fill:#3f3f46}.fill-sky-500{fill:#0ea5e9}.fill-red-600{fill:#dc2626}.text-center{text-align:center}.italic{font-style:italic}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-80{opacity:.8}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.dark body{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.main{width:100%;flex:none}.dark .main{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity))}.main-container{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;padding-top:2rem;padding-bottom:2rem}.main-left-container{width:75%;flex:1 1 auto;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-right:2.5rem}.dark .main-left-container{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.main-sidebar{width:25%;flex:1 1 auto;padding-left:2.5rem}.post-header{margin-bottom:1rem;flex:1 1 auto;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-bottom:1rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .post-header{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.post-list .post-container{margin-bottom:2rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .post-list .post-container{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.post-comment{margin-top:2rem;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .post-comment{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.comment-local-disabled{padding-top:1.5rem;--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.post-content>p:not(:last-child){padding-bottom:.5rem}h3.post-title{margin-bottom:1.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}h3.post-title:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark h3.post-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark h3.post-title:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.post-meta{margin-bottom:1.25rem;padding-left:.25rem;padding-right:.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.post-meta-gap{margin-left:1rem;margin-right:1rem}.dark .post-meta-gap{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity))}.footer .post-meta-gap{margin-left:1rem;margin-right:1rem}.dark .footer .post-meta-gap{--tw-text-opacity:1;color:rgb(82 82 91/var(--tw-text-opacity))}.post-tag{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.post-tag:hover{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark .post-tag:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{padding-top:.5rem;padding-bottom:.5rem;font-weight:600}.post-content{margin-bottom:1.5rem;max-width:none;padding-left:.25rem;padding-right:.25rem;line-height:2rem;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .post-content{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-content h1{font-size:1.5rem;line-height:2rem}.post-content h2,.post-content h3{font-size:1.25rem;line-height:1.75rem}.post-content h4,.post-content h5,.post-content h6{font-size:1.125rem;line-height:1.75rem}.post-content pre{font-size:.875rem;line-height:1.25rem}.post-content a{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.post-content a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.dark .post-content a{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.post-content ul{list-style-type:disc;padding-left:2rem}.post-content ol{list-style-type:decimal;padding-left:2rem}.post-readmore{margin-bottom:1.5rem;padding-left:.25rem;padding-right:.25rem}.post-readmore .post-tag{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.post-readmore .post-tag:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.archive-title{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .archive-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-list{margin-bottom:1rem;list-style-type:disc;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .archive-list{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-item{margin-left:2rem;padding-top:.75rem;padding-bottom:.75rem}.archive-date{display:inline-block;width:3.5rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .archive-date{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.archive-post-title{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.archive-post-title:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.dark .archive-post-title{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.footer{width:100%;flex:none;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .footer{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.footer-container{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;padding-top:2rem;padding-bottom:2rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.footer-item{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.footer-item:hover{color:rgb(3 105 161/var(--tw-text-opacity))}.dark .footer-item:hover{color:rgb(14 165 233/var(--tw-text-opacity))}.post-readmore .footer-item{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.footer-item:hover,.post-readmore .footer-item:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.dark .footer-item:hover{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.header{width:100%;flex:none;border-bottom-width:1px;border-color:rgb(226 232 240/var(--tw-border-opacity));background-color:rgb(241 245 249/var(--tw-bg-opacity))}.dark .header,.header{--tw-border-opacity:1;--tw-bg-opacity:1}.dark .header{border-color:rgb(63 63 70/var(--tw-border-opacity));background-color:rgb(39 39 42/var(--tw-bg-opacity))}.header-container{margin-left:auto;margin-right:auto;max-width:72rem}.header-top{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem}.site-title{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.dark .site-title{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.header-nav{line-height:2.5rem;--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.header-nav-item{margin-left:1.5rem;border-left-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.dark .header-nav-item{--tw-border-opacity:1;border-color:rgb(63 63 70/var(--tw-border-opacity))}.header-nav-item>a{margin-left:1.5rem;border-radius:.25rem;padding:.375rem .75rem}.header-nav-item>a:hover{--tw-bg-opacity:1;background-color:rgb(7 89 133/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark .header-nav-item>a{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .header-nav-item>a:hover{--tw-bg-opacity:1;background-color:rgb(3 105 161/var(--tw-bg-opacity))}.dark-toggle-icon{height:1.75rem;width:1.75rem}.post-pager{padding-top:2rem;padding-bottom:2rem;--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.dark .post-pager{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-pager-step{margin-left:.25rem;margin-right:.25rem;padding:.25rem .75rem;text-align:center}.post-pager-step:hover{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .post-pager-step:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity));--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.post-pager-size{margin-left:.25rem;margin-right:.25rem;padding:.25rem .75rem}.sidebar-profile{margin-top:2rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-bottom:2rem}.dark .sidebar-profile{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.profile-avatar{margin-left:auto;margin-right:auto;margin-bottom:.75rem;height:6rem;width:6rem;border-radius:.5rem;line-height:2rem}.profile-name{padding-bottom:1rem;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .profile-name{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.profile-bio{padding-bottom:1rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .profile-bio{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.sidebar-tags{margin-bottom:2rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity));padding-bottom:2rem}.dark .sidebar-tags{--tw-border-opacity:1;border-color:rgb(39 39 42/var(--tw-border-opacity))}.tags-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .tags-title{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.tags-list>a{display:inline-block;align-items:center;border-radius:.25rem;padding:.5rem;line-height:1}.tags-list>a:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.dark .tags-list>a{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.dark .tags-list>a:hover{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.tags-post-count{margin-left:.5rem;display:inline-block;width:1.25rem;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity));text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark .tags-post-count{--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.footer-left,.footer-right{width:50%;flex:1 1 auto}.footer-right{text-align:right}.hover\:opacity-100:hover{opacity:1}.dark .dark\:fill-zinc-200{fill:#e4e4e7}.dark .dark\:fill-sky-300{fill:#7dd3fc}.dark .dark\:fill-red-200{fill:#fecaca} \ No newline at end of file