Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:08:05 +0300
committerfourtyone11 <asleeppiano@outlook.com>2020-06-10 16:08:05 +0300
commitdc10b5cb12e16208d583b3269abe6f72fc968db4 (patch)
tree54cc5891ff9f203c99f103512326948b2d07d16a
parent664980e31341ee1851b8d59445de1f5cfe55ba41 (diff)
add max width, aria label for burger menu and pagination buttons
-rw-r--r--assets/scss/_single.scss19
-rw-r--r--assets/scss/style.scss2
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.content2
-rw-r--r--exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.json2
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/partials/head.html3
-rw-r--r--layouts/partials/header.html4
-rw-r--r--layouts/partials/pagination.html8
-rw-r--r--layouts/partials/post-header.html2
9 files changed, 25 insertions, 19 deletions
diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss
index b896895..5a46c70 100644
--- a/assets/scss/_single.scss
+++ b/assets/scss/_single.scss
@@ -1,6 +1,6 @@
.post {
width: 100%;
- max-width: $screen-lg;
+ max-width: var(--max-post-width);
margin: 0 auto;
@media (min-width: $screen-lg) {
width: 80%;
@@ -12,17 +12,17 @@
text-align: center;
}
h1{
- font-size: 3rem;
+ font-size: 2.6rem;
font-weight: bold;
margin: 1rem 0;
}
h2 {
- font-size: 2.5rem;
+ font-size: 2.2rem;
font-weight: bold;
margin: 0.825rem 0;
}
h3 {
- font-size: 2rem;
+ font-size: 1.8rem;
font-weight: semibold;
margin: 0.825rem 0;
}
@@ -39,19 +39,19 @@
font-size: 0.75rem;
margin: 0.825rem 0;
}
- h1,h2,h3,h4,h5,h6,p,code,blockquote,a,ul,ol {
+ h1,h2,h3,h4,h5,h6,p,code,blockquote,a,ul,ol,li {
line-height: 1.4;
@media (min-width: $screen-lg) {
line-height: 1.5;
}
}
- p, code, blockquote, a, table, pre,ul,ol {
+ p, code, blockquote, a, table, pre,ul,ol,li {
font-size: 1rem;
@media (min-width: $screen-sm) {
- font-size: 1.125rem;
+ font-size: 1.1rem;
}
@media (min-width: $screen-lg) {
- font-size: 1.25rem;
+ font-size: 1.125rem;
line-height: 1.5;
}
}
@@ -101,6 +101,9 @@
padding-left: 1rem;
color: var(--color-text-2);
}
+ li:not(:last-of-type) {
+ margin-bottom: 0.8rem;
+ }
a,a:any-link {
color: var(--color-link);
border-bottom: 1px solid var(--color-border);
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index 3625d42..8475821 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -24,6 +24,8 @@
--color-blockquote: #999999;
--color-twitter: rgb(29, 161, 242);
--color-link-bg: rgb(200, 200,200, 0.25);
+
+ --max-post-width: 745px;
}
/* http://meyerweb.com/eric/tools/css/reset/
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.content b/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.content
index 7b6f8df..6e3ded8 100644
--- a/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.content
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.content
@@ -1 +1 @@
-:root{--color-bg: rgba(255,247,240, 1);--color-card-bg: rgba(250,250,250,0.8);--color-header-bg: white;--color-text: black;--color-text-2: #222222;--color-text-light: white;--color-text-light-2: rgba(255,255,255,0.9);--color-link: #0F4C81;--color-hover: rgba(120,120,120,0.9);--color-border: rgba(120,120,120,1);--color-border-dark: black;--color-border-light: white;--color-header-border: black;--color-boxshadow: rgba(100,100,100,1);--color-boxshadow-dark: rgba(70,70,70,1);--color-extra: #ffecbc;--color-extra-2: #fcb279;--color-footer-bg: rgba(250,250,250,0.8);--color-code-bg: rgba(100,100,100,1);--color-table-bg: rgba(200,200,200);--color-blockquote: #999999;--color-twitter: rgb(29, 161, 242);--color-link-bg: rgb(200, 200,200, 0.25)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{height:100%}body{line-height:1;font-family:lato,noto sans,pt sans,roboto,sans-serif;box-sizing:border-box;background:var(--color-bg);display:flex;flex-flow:column nowrap}*{box-sizing:border-box}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;background:0 0;border:none;outline:none}a{text-decoration:none;color:initial}.h2{font-size:3rem;font-weight:700}.flex-1{flex:1}.flex-col{display:flex;flex-flow:column nowrap}.flex-row{display:flex;flex-flow:row nowrap}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.py--sm{padding-top:1rem;padding-bottom:1rem}.px--sm{padding-right:1rem;padding-left:1rem}.py--md{padding-top:2rem;padding-bottom:2rem}.px--md{padding-left:2rem;padding-right:2rem}.p--sm{padding:1rem}.p--md{padding:2rem}.pl-sm{padding-left:1rem}.mb-sm{margin-bottom:1rem}.mb-xs{margin-bottom:.5rem}.mb-0{margin-bottom:0}header{max-width:1584px;margin:0 auto;padding:1rem 2%;width:100%;position:relative;z-index:100}@media(min-width:1056px){header{padding:1rem 4%}}.header{display:flex;justify-content:space-between;align-items:center}.header__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.header__title--nomargin{margin-bottom:0}.header-nav-list{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.header-nav-list--menu{display:none}@media(min-width:1056px){.header-nav-list--menu{display:flex}}.header-nav-list__item{margin:.5rem}.header-nav-list__link{border-bottom:2px solid transparent}.header-nav-list__link:hover{border-bottom:2px solid #000;color:#000}.header-nav-list__nav-btn{display:none;padding:3px 5px;background:var(--color-text);color:var(--color-text-light);border:1px solid var(--color-border-dark);max-height:30px;cursor:pointer}@media(min-width:1056px){.header-nav-list__nav-btn{display:inline-block}}.header-nav-list__nav-btn:hover{background:var(--color-text-light);color:var(--color-text)}.header-nav-list__nav-btn.css-only:hover~.navigation{display:block!important}.header-nav-list__nav-btn.css-only:hover:before{position:absolute;content:"";display:block;width:150px;height:100px;top:0;right:0}.navigation:hover{display:block!important}.header-nav.desktop{display:none}@media(min-width:1056px){.header-nav.desktop{display:block}}.header-nav{display:flex}.mb-header-nav{transition:opacity .3s ease;overflow:auto;display:none;position:fixed;background:var(--color-bg);opacity:0;z-index:10;top:0;left:0;bottom:0;right:0;width:100%;height:100vh}.mb-header-nav:target{display:block;opacity:1}.mb-header-nav__wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.mb-header-nav__container{flex:1;text-align:center}.mb-header-nav__close-btn{position:absolute;top:1rem;right:1rem;fill:currentColor}.mb-header-nav__close-btn:hover .mb-header-nav__svg-icon{color:gray;fill:gray}.mb-header-nav__title{font-size:2.5rem;font-weight:700}.mb-header-nav__title text{animation:2s stroke alternate;stroke-width:.4}.mb-header-nav.active{display:block}.mb-header-nav-list__list{margin:auto;width:50%;display:flex;flex-flow:column;padding:1rem}.mb-header-nav-list__item{opacity:0;transition:opacity .3s ease;font-size:2.5rem;margin:1rem auto;text-align:center}.mb-header-nav-list__item.cssonly{opacity:1}.mb-header-nav-list__link{text-transform:uppercase;font-weight:700;position:relative;display:inline-block;-webkit-text-stroke:1px var(--color-text);color:transparent;background:linear-gradient(90deg,var(--color-extra-2) 0%,var(--color-extra-2) 100%);background-position:0;background-size:0%;background-repeat:no-repeat;transition:background-size .5s ease;background-clip:text;-webkit-background-clip:text}.mb-header-nav-list__link:hover{background-size:100%}.mb-header__menu-btn{flex:0 0 1.5rem;display:block;height:1.5rem;width:1.5rem;padding:0;position:relative}.mb-header__menu-btn>span:nth-child(1){transition:transform .2s ease;display:inline-block;position:absolute;left:0;top:3px;width:100%;height:2px;background:#000}.mb-header__menu-btn>span:nth-child(2){transition:transform .2s ease;display:inline-block;background:#000;position:absolute;left:0;top:12px;width:100%;height:2px}.mb-header__menu-btn>span:nth-child(3){transition:transform .2s ease;display:inline-block;background:#000;position:absolute;left:0;top:21px;width:100%;height:2px}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(1){transform:translate(-2px,-6px)rotate(2deg)}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(2){transform:translate(-2px,-2px)rotate(-2deg)}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(3){transform:translate(-2px,6px)rotate(2deg)}@media(min-width:1056px){.mb-header__menu-btn{display:none}}.header-frame{width:100%;transform:translateX(-6px);padding:1rem;background:var(--color-header-bg);border:3px solid var(--color-header-border);box-shadow:11px 11px var(--color-header-border);position:relative;margin-right:auto;margin-left:auto;transform-style:preserve-3d;overflow:visible}@media(min-width:1056px){.header-frame{width:80%}}.header-frame:after{content:"";position:absolute;background:var(--color-header-border);width:15px;height:15px;left:1px;bottom:-11px;transform:translateZ(-1px)rotate(45deg);z-index:-1}.header-frame:before{content:"";position:absolute;background:var(--color-header-border);width:15px;height:15px;right:-11px;top:1px;transform:translateZ(-1px)rotate(45deg);z-index:-1}@keyframes stroke{0%{fill:transparent;stroke:#000;stroke-dasharray:0% 50%;stroke-width:1}70%{fill:transparent;stroke:#000;stroke-dasharray:90% 50%;stroke-width:1}100%{fill:#000;stroke:#000}}.navigation{top:5.5rem;right:0;width:100%;max-height:calc(100vh - 5.5rem);overflow:hidden;position:fixed;display:none;opacity:1;background-color:var(--color-extra)}.navigation__wrapper{padding:2rem;display:flex;flex-flow:row wrap}.navigation__container{flex:1 1 50%;display:flex;flex-flow:column wrap;align-items:center}.navigation__list{display:flex;flex-flow:column nowrap}.navigation__list-item{font-size:1.25rem}.navigation__list-item:not(:last-of-type){margin-bottom:.5rem}.navigation__link:link:hover{border-bottom:1px solid #000}.list-header{overflow-x:hidden;position:relative;display:flex;background:var(--color-extra);padding:2rem;margin:0 auto;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform,background;transition-duration:.2s,.3s,.3s;transition-timing-function:ease}@media(min-width:1056px){.list-header{width:80%}}.list-header:hover{background-color:var(--color-extra-2)}.list-header:hover .list-header__title-2:nth-of-type(1){transition-delay:50ms;opacity:1;transform:translate(100%)}.list-header:hover .list-header__title-2:nth-of-type(2){transition-delay:100ms;opacity:1;transform:translate(200%)}.list-header:hover .list-header__title-2:nth-of-type(3){transition-delay:150ms;opacity:1;transform:translate(300%)}.list-header:hover .list-header__title-2:nth-of-type(4){transition-delay:200ms;opacity:1;transform:translate(400%)}.list-header__title{font-size:2.5rem;font-weight:700;margin-right:1rem}.list-header__title-2{transition-property:opacity,transform;transition-duration:.3s,.3s;transition-timing-function:ease;opacity:0;position:absolute;font-size:2.5rem;font-weight:700;-webkit-text-stroke:2px var(--color-text);-webkit-text-fill-color:transparent}#content{flex:1 0 auto;width:100%;padding:2%;max-width:1584px;margin:0 auto;background:var(--color-bg);display:flex;flex-flow:column nowrap}@media(min-width:1056px){#content{padding:4%}}.pagination{margin-top:3rem;display:flex;justify-content:space-between;align-items:center;width:100%;margin:3rem auto 0}@media(min-width:1056px){.pagination{width:80%}}.pagination__item{width:48px;height:48px}.pagination__item:not(:last-of-type){margin-right:1rem}.pagination__pagenums{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.pagination__link{border:1px solid var(--color-border);background:var(--color-card-bg);display:flex;justify-content:center;align-items:center;width:100%;height:100%;box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease}.pagination__link:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.post-item{color:var(--color-text);padding:.5rem;position:relative;margin-bottom:var(--margin-between-cards);margin-right:auto;margin-left:auto;width:calc(100%);max-height:250px;background:var(--color-card-bg);transition:transform .2s ease;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease}@media(min-width:1056px){.post-item{padding:1rem 4%}}.post-item:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.post-item__meta{padding-top:1.5rem}.post-item__meta.no-tag{padding-top:0}.post-item__description{line-height:1.5;margin-top:.5rem;color:var(--color-text-2)}.post-item__date{color:var(--color-text-2);font-family:monospace}.post-item--left{flex:1 1 47%;margin-right:1rem}.post-item--right{flex:1 1 47%}.post-item__image{display:block;padding-top:20%;border:1px solid var(--color-border);overflow:hidden;position:relative}.post-item__image>img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover}.post-item__title{line-height:1.2;font-size:1.5rem;font-weight:600;color:#000}.post-item__tag{position:absolute;padding:3px 5px;background:var(--color-text);color:var(--color-text-light);top:0;left:0;border:1px solid var(--color-border-dark);max-height:30px;display:block}.post-item__tag:hover{background:var(--color-text-light);color:var(--color-text);cursor:pointer}.post-item:not(:last-of-type){margin-bottom:1rem}.post-item-flex{display:flex;overflow:hidden}.post-list{display:flex;flex-flow:column nowrap;height:100%;margin:0 auto;width:100%}@media(min-width:1056px){.post-list{width:80%}}.list__title{font-size:2.1rem;font-weight:700}.featured-title{font-size:1.5rem;font-family:monospace;margin:0 auto}@media(min-width:1056px){.featured-title{width:80%}}.featured-posts{display:grid;width:100%;height:auto;max-height:100vh;margin:0 auto 2.5rem;box-shadow:4px 4px var(--color-boxshadow-dark);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;background:var(--color-card-bg);grid-template-rows:2fr repeat(2,1fr);grid-template-areas:"first" "second" "third"}@media(min-width:672px){.featured-posts{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;grid-template-areas:"first second" "first third"}}@media(min-width:1056px){.featured-posts{width:80%}}.featured-post{display:flex;flex-flow:column nowrap;justify-content:center;border:1px solid var(--color-border);padding:1rem;position:relative;transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;background:var(--color-hover)}@media(min-width:672px){.featured-post{background:0 0;padding:1.5rem;z-index:1;position:relative}}@media(min-width:1056px){.featured-post{padding:2rem}}.featured-post time{font-family:monospace}.featured-post:hover{background:var(--color-hover);transform:translate(4px,4px);box-shadow:0 0 3px 0 var(--color-boxshadow)}.featured-post__wrapper{height:100%;background:0 0;z-index:1;position:relative;display:block;color:var(color-text-light)}@media(min-width:672px){.featured-post__wrapper{color:var(color-text)}}.featured-post__wrapper time{color:var(--color-text-light)}@media(min-width:672px){.featured-post__wrapper time{color:var(--color-text)}}.featured-post__title{color:var(--color-text-light)}@media(min-width:672px){.featured-post__title{color:var(--color-text)}}.featured-post__image{opacity:1;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}@media(min-width:672px){.featured-post__image{opacity:0}}.featured-post__image-filter{display:block;background:rgba(0,0,0,.7);position:absolute;z-index:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}@media(min-width:672px){.featured-post__image-filter{display:none}}.featured-post__description{color:var(--color-text-light);margin:.5rem 0}@media(min-width:672px){.featured-post__description{color:var(--color-text-2)}}.featured-post__tags{display:flex;flex-flow:row wrap;position:relative;z-index:1;margin-top:1rem;margin-left:-.5rem}.featured-post__tags>li{padding:.5rem;border:1px solid var(--color-border-light);margin:.5rem}@media(min-width:672px){.featured-post__tags>li{border:1px solid var(--color-border)}}.featured-post__tags>li>a{color:var(--color-text-light)}@media(min-width:672px){.featured-post__tags>li>a{color:var(--color-text)}}.featured-post__tags>li:hover{background:rgba(0,0,0,.8);box-shadow:0 0 8px 1px rgba(0,0,0,.4);transition:transform .4s ease;transform:translate(2px,2px)}.featured-post:nth-child(1){grid-area:first}.featured-post:nth-child(1) .featured-post__title{font-weight:700;font-size:1.5rem;margin:0 0 1rem}.featured-post:nth-child(1) .featured-post__description{font-size:1rem}.featured-post:nth-child(2){grid-area:second}.featured-post:nth-child(2) .featured-post__title{font-weight:700;font-size:1rem;margin:.5rem 0}.featured-post:nth-child(2) .featured-post__description{font-size:.8rem}.featured-post:nth-child(3){grid-area:third}.featured-post:nth-child(3) .featured-post__title{font-weight:700;font-size:1rem;margin:.5rem 0}.featured-post:nth-child(3) .featured-post__description{font-size:.8rem}.featured-post:hover .featured-post__image{opacity:1}.featured-post:hover .featured-post__image-filter{display:block}.featured-post:hover .featured-post__wrapper{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__title{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__wrapper time{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__description{color:var(--color-text-light)}.featured-post:hover .featured-post__tags>li>a{color:var(--color-text-light)}.featured-post:hover .featured-post__tags>li{border:1px solid var(--color-border-light)}.post{width:100%;max-width:1056px;margin:0 auto}@media(min-width:1056px){.post{width:80%}}.post-content--nopost{font-size:1.5rem;text-align:center}.post-content h1{font-size:3rem;font-weight:700;margin:1rem 0}.post-content h2{font-size:2.5rem;font-weight:700;margin:.825rem 0}.post-content h3{font-size:2rem;font-weight:semibold;margin:.825rem 0}.post-content h4{font-size:1.5rem;font-weight:semibold;margin:.825rem 0}.post-content h5{font-size:1rem;margin:.825rem 0}.post-content h6{font-size:.75rem;margin:.825rem 0}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content ul,.post-content ol{line-height:1.4}@media(min-width:1056px){.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content ul,.post-content ol{line-height:1.5}}.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol{font-size:1rem}@media(min-width:320px){.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol{font-size:1.125rem}}@media(min-width:1056px){.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol{font-size:1.25rem;line-height:1.5}}.post-content p{margin:1rem 0;color:var(--color-text-2)}.post-content blockquote{margin-left:1rem;padding-left:1rem;border-left:4px solid var(--color-border);font-family:roboto mono,pt mono,ibm plex mono,monospace}.post-content code{padding:1px 3px;border-radius:2px;background-color:var(--color-code-bg);color:var(--color-text-light)}.post-content pre code{color:inherit;background-color:inherit;padding:0;border-radius:inherit}.post-content .highlight{box-shadow:5px 5px var(--color-boxshadow);border:1px solid var(--color-border)}.post-content .highlight pre{padding:1rem;overflow:auto}.post-content .highlight code{color:inherit;background-color:inherit;padding:0;border-radius:inherit}.post-content ul{list-style-type:disc;padding-left:1rem;color:var(--color-text-2)}.post-content ol{list-style-type:decimal;padding-left:1rem;color:var(--color-text-2)}.post-content a,.post-content a:any-link{color:var(--color-link);border-bottom:1px solid var(--color-border)}.post-content a:hover,.post-content a:hover:any-link{border-bottom:3px solid var(--color-border);background-color:var(--color-link-bg)}.post-content table{overflow:auto;max-width:100%;margin:.5rem 0;color:var(--color-text-2)}.post-content table th{padding:.5rem;background:var(--color-extra)}.post-content table td{padding:.5rem;border-bottom:1px solid var(--color-border);border-collapse:collapse}.post-content table tbody tr:nth-child(even){background:var(--color-table-bg)}.post-content table tbody tr:hover{background:var(--color-hover);color:var(--color-text-light)}@media only screen and (max-width:768px){.post-content table,.post-content thead,.post-content tbody,.post-content th,.post-content td,.post-content tr{display:block}.post-content thead tr{position:absolute;top:-9999px;left:-9999px}.post-content tr{border:1px solid #ccc}.post-content td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.post-content td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap}}.post-content cite{font-family:roboto mono,pt mono,ibm plex mono,monospace}.post-content sub{vertical-align:sub}.post-content sup{vertical-align:super}.post-content kbd{background:var(--color-code-bg);padding:1px 3px;border-radius:2px;color:var(--color-text-light)}.post-content mark{background-color:var(--color-extra);padding:1px 3px;border-radius:2px;border:1px solid var(--color-border)}.post-content strong{font-weight:700}.post-content div[class~=__h_instagram]{margin:1rem auto}.post-content div[class~=__h_instagram].card>.card-header{background-color:var(--color-card-bg);border:1px solid var(--color-border);padding:1rem;text-align:center}.post-content div[class~=__h_instagram].card>a{display:flex;align-items:center;justify-content:center;border:none}.post-content div[class~=__h_instagram].card>a:hover{border:none}.post-content div[class~=__h_instagram].card>.card-body{background-color:var(--color-card-bg);border:1px solid var(--color-border);padding:1rem;text-align:center}.post-content div[class~=__h_instagram].card>a>.img-fluid{border:1px solid var(--color-border);width:100%;height:auto;object-fit:cover}.post-content blockquote.twitter-tweet{border-left:4px solid var(--color-twitter)}footer{max-width:1584px;margin:auto auto 0;width:100%;padding:10px 1%}.footer{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;border:1px solid var(--color-border);padding:1rem 2rem;background:var(--color-footer-bg);width:100%;margin:0 auto}@media(min-width:672px){.footer{width:80%}}.footer__socials{display:flex;align-items:center;flex-flow:row wrap;margin:.5rem}.footer__copyright{margin:.5rem}.post-footer{padding-right:calc(48px + 2rem)}@media(min-width:672px){.post-footer{padding-right:1%}}.social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem}@media(min-width:672px){.social-link{width:1.5rem;height:1.5rem;margin:0}}.floating-button{padding:0;background-color:var(--color-header-bg);position:fixed;bottom:1rem;right:1rem;width:48px;height:48px;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;text-align:center}.floating-button__link{display:flex;justify-content:center;align-items:center;height:100%}.floating-button:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.not-found{display:flex}.not-found__left{flex:1 1 100px;margin-right:1rem}.not-found__htext{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.not-found__title{font-size:1.5rem;font-weight:700}.not-found__right{flex:2 1 auto}.not-found__post{padding-left:1rem;border-left:3px solid transparent}.not-found__post:hover{border-left:3px solid var(--color-border)}.not-found__post:not(:last-of-type){margin-bottom:1.5rem}.not-found__home-button{display:inline-block;padding:1rem;border:1px solid var(--color-border)}.not-found__home-button:hover{border:1px solid var(--color-border-dark);background-color:var(--color-card-bg)} \ No newline at end of file
+:root{--color-bg: rgba(255,247,240, 1);--color-card-bg: rgba(250,250,250,0.8);--color-header-bg: white;--color-text: black;--color-text-2: #222222;--color-text-light: white;--color-text-light-2: rgba(255,255,255,0.9);--color-link: #0F4C81;--color-hover: rgba(120,120,120,0.9);--color-border: rgba(120,120,120,1);--color-border-dark: black;--color-border-light: white;--color-header-border: black;--color-boxshadow: rgba(100,100,100,1);--color-boxshadow-dark: rgba(70,70,70,1);--color-extra: #ffecbc;--color-extra-2: #fcb279;--color-footer-bg: rgba(250,250,250,0.8);--color-code-bg: rgba(100,100,100,1);--color-table-bg: rgba(200,200,200);--color-blockquote: #999999;--color-twitter: rgb(29, 161, 242);--color-link-bg: rgb(200, 200,200, 0.25);--max-post-width: 745px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{height:100%}body{line-height:1;font-family:lato,noto sans,pt sans,roboto,sans-serif;box-sizing:border-box;background:var(--color-bg);display:flex;flex-flow:column nowrap}*{box-sizing:border-box}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;background:0 0;border:none;outline:none}a{text-decoration:none;color:initial}.h2{font-size:3rem;font-weight:700}.flex-1{flex:1}.flex-col{display:flex;flex-flow:column nowrap}.flex-row{display:flex;flex-flow:row nowrap}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.py--sm{padding-top:1rem;padding-bottom:1rem}.px--sm{padding-right:1rem;padding-left:1rem}.py--md{padding-top:2rem;padding-bottom:2rem}.px--md{padding-left:2rem;padding-right:2rem}.p--sm{padding:1rem}.p--md{padding:2rem}.pl-sm{padding-left:1rem}.mb-sm{margin-bottom:1rem}.mb-xs{margin-bottom:.5rem}.mb-0{margin-bottom:0}header{max-width:1584px;margin:0 auto;padding:1rem 2%;width:100%;position:relative;z-index:100}@media(min-width:1056px){header{padding:1rem 4%}}.header{display:flex;justify-content:space-between;align-items:center}.header__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.header__title--nomargin{margin-bottom:0}.header-nav-list{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.header-nav-list--menu{display:none}@media(min-width:1056px){.header-nav-list--menu{display:flex}}.header-nav-list__item{margin:.5rem}.header-nav-list__link{border-bottom:2px solid transparent}.header-nav-list__link:hover{border-bottom:2px solid #000;color:#000}.header-nav-list__nav-btn{display:none;padding:3px 5px;background:var(--color-text);color:var(--color-text-light);border:1px solid var(--color-border-dark);max-height:30px;cursor:pointer}@media(min-width:1056px){.header-nav-list__nav-btn{display:inline-block}}.header-nav-list__nav-btn:hover{background:var(--color-text-light);color:var(--color-text)}.header-nav-list__nav-btn.css-only:hover~.navigation{display:block!important}.header-nav-list__nav-btn.css-only:hover:before{position:absolute;content:"";display:block;width:150px;height:100px;top:0;right:0}.navigation:hover{display:block!important}.header-nav.desktop{display:none}@media(min-width:1056px){.header-nav.desktop{display:block}}.header-nav{display:flex}.mb-header-nav{transition:opacity .3s ease;overflow:auto;display:none;position:fixed;background:var(--color-bg);opacity:0;z-index:10;top:0;left:0;bottom:0;right:0;width:100%;height:100vh}.mb-header-nav:target{display:block;opacity:1}.mb-header-nav__wrapper{display:flex;flex-direction:row;flex-wrap:wrap}.mb-header-nav__container{flex:1;text-align:center}.mb-header-nav__close-btn{position:absolute;top:1rem;right:1rem;fill:currentColor}.mb-header-nav__close-btn:hover .mb-header-nav__svg-icon{color:gray;fill:gray}.mb-header-nav__title{font-size:2.5rem;font-weight:700}.mb-header-nav__title text{animation:2s stroke alternate;stroke-width:.4}.mb-header-nav.active{display:block}.mb-header-nav-list__list{margin:auto;width:50%;display:flex;flex-flow:column;padding:1rem}.mb-header-nav-list__item{opacity:0;transition:opacity .3s ease;font-size:2.5rem;margin:1rem auto;text-align:center}.mb-header-nav-list__item.cssonly{opacity:1}.mb-header-nav-list__link{text-transform:uppercase;font-weight:700;position:relative;display:inline-block;-webkit-text-stroke:1px var(--color-text);color:transparent;background:linear-gradient(90deg,var(--color-extra-2) 0%,var(--color-extra-2) 100%);background-position:0;background-size:0%;background-repeat:no-repeat;transition:background-size .5s ease;background-clip:text;-webkit-background-clip:text}.mb-header-nav-list__link:hover{background-size:100%}.mb-header__menu-btn{flex:0 0 1.5rem;display:block;height:1.5rem;width:1.5rem;padding:0;position:relative}.mb-header__menu-btn>span:nth-child(1){transition:transform .2s ease;display:inline-block;position:absolute;left:0;top:3px;width:100%;height:2px;background:#000}.mb-header__menu-btn>span:nth-child(2){transition:transform .2s ease;display:inline-block;background:#000;position:absolute;left:0;top:12px;width:100%;height:2px}.mb-header__menu-btn>span:nth-child(3){transition:transform .2s ease;display:inline-block;background:#000;position:absolute;left:0;top:21px;width:100%;height:2px}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(1){transform:translate(-2px,-6px)rotate(2deg)}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(2){transform:translate(-2px,-2px)rotate(-2deg)}.mb-header__menu-btn:hover .mb-header__menu-btn-line:nth-child(3){transform:translate(-2px,6px)rotate(2deg)}@media(min-width:1056px){.mb-header__menu-btn{display:none}}.header-frame{width:100%;transform:translateX(-6px);padding:1rem;background:var(--color-header-bg);border:3px solid var(--color-header-border);box-shadow:11px 11px var(--color-header-border);position:relative;margin-right:auto;margin-left:auto;transform-style:preserve-3d;overflow:visible}@media(min-width:1056px){.header-frame{width:80%}}.header-frame:after{content:"";position:absolute;background:var(--color-header-border);width:15px;height:15px;left:1px;bottom:-11px;transform:translateZ(-1px)rotate(45deg);z-index:-1}.header-frame:before{content:"";position:absolute;background:var(--color-header-border);width:15px;height:15px;right:-11px;top:1px;transform:translateZ(-1px)rotate(45deg);z-index:-1}@keyframes stroke{0%{fill:transparent;stroke:#000;stroke-dasharray:0% 50%;stroke-width:1}70%{fill:transparent;stroke:#000;stroke-dasharray:90% 50%;stroke-width:1}100%{fill:#000;stroke:#000}}.navigation{top:5.5rem;right:0;width:100%;max-height:calc(100vh - 5.5rem);overflow:hidden;position:fixed;display:none;opacity:1;background-color:var(--color-extra)}.navigation__wrapper{padding:2rem;display:flex;flex-flow:row wrap}.navigation__container{flex:1 1 50%;display:flex;flex-flow:column wrap;align-items:center}.navigation__list{display:flex;flex-flow:column nowrap}.navigation__list-item{font-size:1.25rem}.navigation__list-item:not(:last-of-type){margin-bottom:.5rem}.navigation__link:link:hover{border-bottom:1px solid #000}.list-header{overflow-x:hidden;position:relative;display:flex;background:var(--color-extra);padding:2rem;margin:0 auto;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform,background;transition-duration:.2s,.3s,.3s;transition-timing-function:ease}@media(min-width:1056px){.list-header{width:80%}}.list-header:hover{background-color:var(--color-extra-2)}.list-header:hover .list-header__title-2:nth-of-type(1){transition-delay:50ms;opacity:1;transform:translate(100%)}.list-header:hover .list-header__title-2:nth-of-type(2){transition-delay:100ms;opacity:1;transform:translate(200%)}.list-header:hover .list-header__title-2:nth-of-type(3){transition-delay:150ms;opacity:1;transform:translate(300%)}.list-header:hover .list-header__title-2:nth-of-type(4){transition-delay:200ms;opacity:1;transform:translate(400%)}.list-header__title{font-size:2.5rem;font-weight:700;margin-right:1rem}.list-header__title-2{transition-property:opacity,transform;transition-duration:.3s,.3s;transition-timing-function:ease;opacity:0;position:absolute;font-size:2.5rem;font-weight:700;-webkit-text-stroke:2px var(--color-text);-webkit-text-fill-color:transparent}#content{flex:1 0 auto;width:100%;padding:2%;max-width:1584px;margin:0 auto;background:var(--color-bg);display:flex;flex-flow:column nowrap}@media(min-width:1056px){#content{padding:4%}}.pagination{margin-top:3rem;display:flex;justify-content:space-between;align-items:center;width:100%;margin:3rem auto 0}@media(min-width:1056px){.pagination{width:80%}}.pagination__item{width:48px;height:48px}.pagination__item:not(:last-of-type){margin-right:1rem}.pagination__pagenums{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.pagination__link{border:1px solid var(--color-border);background:var(--color-card-bg);display:flex;justify-content:center;align-items:center;width:100%;height:100%;box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease}.pagination__link:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.post-item{color:var(--color-text);padding:.5rem;position:relative;margin-bottom:var(--margin-between-cards);margin-right:auto;margin-left:auto;width:calc(100%);max-height:250px;background:var(--color-card-bg);transition:transform .2s ease;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease}@media(min-width:1056px){.post-item{padding:1rem 4%}}.post-item:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.post-item__meta{padding-top:1.5rem}.post-item__meta.no-tag{padding-top:0}.post-item__description{line-height:1.5;margin-top:.5rem;color:var(--color-text-2)}.post-item__date{color:var(--color-text-2);font-family:monospace}.post-item--left{flex:1 1 47%;margin-right:1rem}.post-item--right{flex:1 1 47%}.post-item__image{display:block;padding-top:20%;border:1px solid var(--color-border);overflow:hidden;position:relative}.post-item__image>img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover}.post-item__title{line-height:1.2;font-size:1.5rem;font-weight:600;color:#000}.post-item__tag{position:absolute;padding:3px 5px;background:var(--color-text);color:var(--color-text-light);top:0;left:0;border:1px solid var(--color-border-dark);max-height:30px;display:block}.post-item__tag:hover{background:var(--color-text-light);color:var(--color-text);cursor:pointer}.post-item:not(:last-of-type){margin-bottom:1rem}.post-item-flex{display:flex;overflow:hidden}.post-list{display:flex;flex-flow:column nowrap;height:100%;margin:0 auto;width:100%}@media(min-width:1056px){.post-list{width:80%}}.list__title{font-size:2.1rem;font-weight:700}.featured-title{font-size:1.5rem;font-family:monospace;margin:0 auto}@media(min-width:1056px){.featured-title{width:80%}}.featured-posts{display:grid;width:100%;height:auto;max-height:100vh;margin:0 auto 2.5rem;box-shadow:4px 4px var(--color-boxshadow-dark);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;background:var(--color-card-bg);grid-template-rows:2fr repeat(2,1fr);grid-template-areas:"first" "second" "third"}@media(min-width:672px){.featured-posts{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;grid-template-areas:"first second" "first third"}}@media(min-width:1056px){.featured-posts{width:80%}}.featured-post{display:flex;flex-flow:column nowrap;justify-content:center;border:1px solid var(--color-border);padding:1rem;position:relative;transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;background:var(--color-hover)}@media(min-width:672px){.featured-post{background:0 0;padding:1.5rem;z-index:1;position:relative}}@media(min-width:1056px){.featured-post{padding:2rem}}.featured-post time{font-family:monospace}.featured-post:hover{background:var(--color-hover);transform:translate(4px,4px);box-shadow:0 0 3px 0 var(--color-boxshadow)}.featured-post__wrapper{height:100%;background:0 0;z-index:1;position:relative;display:block;color:var(color-text-light)}@media(min-width:672px){.featured-post__wrapper{color:var(color-text)}}.featured-post__wrapper time{color:var(--color-text-light)}@media(min-width:672px){.featured-post__wrapper time{color:var(--color-text)}}.featured-post__title{color:var(--color-text-light)}@media(min-width:672px){.featured-post__title{color:var(--color-text)}}.featured-post__image{opacity:1;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}@media(min-width:672px){.featured-post__image{opacity:0}}.featured-post__image-filter{display:block;background:rgba(0,0,0,.7);position:absolute;z-index:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}@media(min-width:672px){.featured-post__image-filter{display:none}}.featured-post__description{color:var(--color-text-light);margin:.5rem 0}@media(min-width:672px){.featured-post__description{color:var(--color-text-2)}}.featured-post__tags{display:flex;flex-flow:row wrap;position:relative;z-index:1;margin-top:1rem;margin-left:-.5rem}.featured-post__tags>li{padding:.5rem;border:1px solid var(--color-border-light);margin:.5rem}@media(min-width:672px){.featured-post__tags>li{border:1px solid var(--color-border)}}.featured-post__tags>li>a{color:var(--color-text-light)}@media(min-width:672px){.featured-post__tags>li>a{color:var(--color-text)}}.featured-post__tags>li:hover{background:rgba(0,0,0,.8);box-shadow:0 0 8px 1px rgba(0,0,0,.4);transition:transform .4s ease;transform:translate(2px,2px)}.featured-post:nth-child(1){grid-area:first}.featured-post:nth-child(1) .featured-post__title{font-weight:700;font-size:1.5rem;margin:0 0 1rem}.featured-post:nth-child(1) .featured-post__description{font-size:1rem}.featured-post:nth-child(2){grid-area:second}.featured-post:nth-child(2) .featured-post__title{font-weight:700;font-size:1rem;margin:.5rem 0}.featured-post:nth-child(2) .featured-post__description{font-size:.8rem}.featured-post:nth-child(3){grid-area:third}.featured-post:nth-child(3) .featured-post__title{font-weight:700;font-size:1rem;margin:.5rem 0}.featured-post:nth-child(3) .featured-post__description{font-size:.8rem}.featured-post:hover .featured-post__image{opacity:1}.featured-post:hover .featured-post__image-filter{display:block}.featured-post:hover .featured-post__wrapper{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__title{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__wrapper time{color:var(--color-text-light);z-index:1;position:relative}.featured-post:hover .featured-post__description{color:var(--color-text-light)}.featured-post:hover .featured-post__tags>li>a{color:var(--color-text-light)}.featured-post:hover .featured-post__tags>li{border:1px solid var(--color-border-light)}.post{width:100%;max-width:var(--max-post-width);margin:0 auto}@media(min-width:1056px){.post{width:80%}}.post-content--nopost{font-size:1.5rem;text-align:center}.post-content h1{font-size:2.6rem;font-weight:700;margin:1rem 0}.post-content h2{font-size:2.2rem;font-weight:700;margin:.825rem 0}.post-content h3{font-size:1.8rem;font-weight:semibold;margin:.825rem 0}.post-content h4{font-size:1.5rem;font-weight:semibold;margin:.825rem 0}.post-content h5{font-size:1rem;margin:.825rem 0}.post-content h6{font-size:.75rem;margin:.825rem 0}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content ul,.post-content ol,.post-content li{line-height:1.4}@media(min-width:1056px){.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content ul,.post-content ol,.post-content li{line-height:1.5}}.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol,.post-content li{font-size:1rem}@media(min-width:320px){.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol,.post-content li{font-size:1.1rem}}@media(min-width:1056px){.post-content p,.post-content code,.post-content blockquote,.post-content a,.post-content table,.post-content pre,.post-content ul,.post-content ol,.post-content li{font-size:1.125rem;line-height:1.5}}.post-content p{margin:1rem 0;color:var(--color-text-2)}.post-content blockquote{margin-left:1rem;padding-left:1rem;border-left:4px solid var(--color-border);font-family:roboto mono,pt mono,ibm plex mono,monospace}.post-content code{padding:1px 3px;border-radius:2px;background-color:var(--color-code-bg);color:var(--color-text-light)}.post-content pre code{color:inherit;background-color:inherit;padding:0;border-radius:inherit}.post-content .highlight{box-shadow:5px 5px var(--color-boxshadow);border:1px solid var(--color-border)}.post-content .highlight pre{padding:1rem;overflow:auto}.post-content .highlight code{color:inherit;background-color:inherit;padding:0;border-radius:inherit}.post-content ul{list-style-type:disc;padding-left:1rem;color:var(--color-text-2)}.post-content ol{list-style-type:decimal;padding-left:1rem;color:var(--color-text-2)}.post-content li:not(:last-of-type){margin-bottom:.8rem}.post-content a,.post-content a:any-link{color:var(--color-link);border-bottom:1px solid var(--color-border)}.post-content a:hover,.post-content a:hover:any-link{border-bottom:3px solid var(--color-border);background-color:var(--color-link-bg)}.post-content table{overflow:auto;max-width:100%;margin:.5rem 0;color:var(--color-text-2)}.post-content table th{padding:.5rem;background:var(--color-extra)}.post-content table td{padding:.5rem;border-bottom:1px solid var(--color-border);border-collapse:collapse}.post-content table tbody tr:nth-child(even){background:var(--color-table-bg)}.post-content table tbody tr:hover{background:var(--color-hover);color:var(--color-text-light)}@media only screen and (max-width:768px){.post-content table,.post-content thead,.post-content tbody,.post-content th,.post-content td,.post-content tr{display:block}.post-content thead tr{position:absolute;top:-9999px;left:-9999px}.post-content tr{border:1px solid #ccc}.post-content td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.post-content td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap}}.post-content cite{font-family:roboto mono,pt mono,ibm plex mono,monospace}.post-content sub{vertical-align:sub}.post-content sup{vertical-align:super}.post-content kbd{background:var(--color-code-bg);padding:1px 3px;border-radius:2px;color:var(--color-text-light)}.post-content mark{background-color:var(--color-extra);padding:1px 3px;border-radius:2px;border:1px solid var(--color-border)}.post-content strong{font-weight:700}.post-content div[class~=__h_instagram]{margin:1rem auto}.post-content div[class~=__h_instagram].card>.card-header{background-color:var(--color-card-bg);border:1px solid var(--color-border);padding:1rem;text-align:center}.post-content div[class~=__h_instagram].card>a{display:flex;align-items:center;justify-content:center;border:none}.post-content div[class~=__h_instagram].card>a:hover{border:none}.post-content div[class~=__h_instagram].card>.card-body{background-color:var(--color-card-bg);border:1px solid var(--color-border);padding:1rem;text-align:center}.post-content div[class~=__h_instagram].card>a>.img-fluid{border:1px solid var(--color-border);width:100%;height:auto;object-fit:cover}.post-content blockquote.twitter-tweet{border-left:4px solid var(--color-twitter)}footer{max-width:1584px;margin:auto auto 0;width:100%;padding:10px 1%}.footer{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;border:1px solid var(--color-border);padding:1rem 2rem;background:var(--color-footer-bg);width:100%;margin:0 auto}@media(min-width:672px){.footer{width:80%}}.footer__socials{display:flex;align-items:center;flex-flow:row wrap;margin:.5rem}.footer__copyright{margin:.5rem}.post-footer{padding-right:calc(48px + 2rem)}@media(min-width:672px){.post-footer{padding-right:1%}}.social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem}@media(min-width:672px){.social-link{width:1.5rem;height:1.5rem;margin:0}}.floating-button{padding:0;background-color:var(--color-header-bg);position:fixed;bottom:1rem;right:1rem;width:48px;height:48px;border:1px solid var(--color-border);box-shadow:5px 5px var(--color-boxshadow);transition-property:box-shadow,transform;transition-duration:.2s,.3s;transition-timing-function:ease;text-align:center}.floating-button__link{display:flex;justify-content:center;align-items:center;height:100%}.floating-button:hover{transform:translate(4px,4px);box-shadow:1px 1px var(--color-boxshadow)}.not-found{display:flex}.not-found__left{flex:1 1 100px;margin-right:1rem}.not-found__htext{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.not-found__title{font-size:1.5rem;font-weight:700}.not-found__right{flex:2 1 auto}.not-found__post{padding-left:1rem;border-left:3px solid transparent}.not-found__post:hover{border-left:3px solid var(--color-border)}.not-found__post:not(:last-of-type){margin-bottom:1.5rem}.not-found__home-button{display:inline-block;padding:1rem;border:1px solid var(--color-border)}.not-found__home-button:hover{border:1px solid var(--color-border-dark);background-color:var(--color-card-bg)} \ No newline at end of file
diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.json b/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.json
index 3b85f1d..e4419b0 100644
--- a/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.json
+++ b/exampleSite/resources/_gen/assets/scss/scss/style.scss_48b060fe05b0a273d182ef83c0605941.json
@@ -1 +1 @@
-{"Target":"scss/style.min.a34717da646be60f7ae272dbe1282bfdb2c6245d72da31914334d644d8a5aaaa.css","MediaType":"text/css","Data":{"Integrity":"sha256-o0cX2mRr5g964nLb4Sgr/bLGJF1y2jGRQzTWRNilqqo="}} \ No newline at end of file
+{"Target":"scss/style.min.c8dff4241be593224dddb88fb5c267da4dd51489206b183a0f219bd14b256e4f.css","MediaType":"text/css","Data":{"Integrity":"sha256-yN/0JBvlkyJN3biPtcJn2k3VFIkgaxg6DyGb0Uslbk8="}} \ No newline at end of file
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 53ca5ac..5252de9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{.Site.Language.Lang}}">
{{- partial "head.html" . -}}
<body>
{{- block "header" .}}{{- end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 28b56d4..7414190 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,6 +3,8 @@
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="{{if .IsHome}}{{ .Site.Params.description }}{{else}}{{.Description}}{{end}}" />
+
<meta property="og:title" content="{{ if not .IsHome }}{{with .Title }}{{ . }}{{ end }}{{else}}{{ .Site.Title }}{{end}}" />
<meta property="og:description" content="{{if .IsHome}}{{ .Site.Params.description }}{{else}}{{.Description}}{{end}}" />
<meta property="og:type" content="website" />
@@ -15,7 +17,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
- <link rel="manifest" href="site.webmanifest">
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{$style.Permalink}}" >
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a932c46..b52c0a9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -39,14 +39,14 @@
</nav>
{{with .Site.Params.cssonly}}
{{ if eq . true }}
- <a href="#mobile-header-nav" class="mb-header__menu-btn">
+ <a aria-label="burger menu" href="#mobile-header-nav" class="mb-header__menu-btn">
<span class="mb-header__menu-btn-line"></span>
<span class="mb-header__menu-btn-line"></span>
<span class="mb-header__menu-btn-line"></span>
</a>
{{end}}
{{else}}
- <button class="mb-header__menu-btn">
+ <button aria-label="burger menu" class="mb-header__menu-btn">
<span class="mb-header__menu-btn-line"></span>
<span class="mb-header__menu-btn-line"></span>
<span class="mb-header__menu-btn-line"></span>
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index d90b178..12f7eb0 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -32,7 +32,7 @@
<!-- First page. -->
{{ if ne $paginator.PageNumber 1 }}
<div class="pagination__item pagination__item--first">
- <a class="pagination__link pagination__link--first" href="{{ $paginator.First.URL }}">
+ <a aria-label="first page" class="pagination__link pagination__link--first" href="{{ $paginator.First.URL }}">
<svg transform="rotate(180)" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><g><polygon points="15.5,5 11,5 16,12 11,19 15.5,19 20.5,12"/><polygon points="8.5,5 4,5 9,12 4,19 8.5,19 13.5,12"/></g></g></svg>
</a>
</div>
@@ -41,7 +41,7 @@
<!-- Previous page. -->
{{ if $paginator.HasPrev }}
<div class="pagination__item pagination__item--previous">
- <a href="{{ $paginator.Prev.URL }}" class="pagination__link pagination__link--previous">
+ <a aria-label="previous page" href="{{ $paginator.Prev.URL }}" class="pagination__link pagination__link--previous">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
</a>
</div>
@@ -109,7 +109,7 @@
<!-- Next page. -->
{{ if $paginator.HasNext }}
<div class="pagination__item pagination__item--next">
- <a href="{{ $paginator.Next.URL }}" class="pagination__link pagination__link--next">
+ <a aria-label="next page" href="{{ $paginator.Next.URL }}" class="pagination__link pagination__link--next">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>
</a>
</div>
@@ -118,7 +118,7 @@
<!-- Last page. -->
{{ if ne $paginator.PageNumber $paginator.TotalPages }}
<div class="pagination__item pagination__item--last">
- <a class="pagination__link pagination__link--last" href="{{ $paginator.Last.URL }}">
+ <a aria-label="last page" class="pagination__link pagination__link--last" href="{{ $paginator.Last.URL }}">
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><g><polygon points="15.5,5 11,5 16,12 11,19 15.5,19 20.5,12"/><polygon points="8.5,5 4,5 9,12 4,19 8.5,19 13.5,12"/></g></g></svg>
</a>
</div>
diff --git a/layouts/partials/post-header.html b/layouts/partials/post-header.html
index 7aa6807..8ce05dd 100644
--- a/layouts/partials/post-header.html
+++ b/layouts/partials/post-header.html
@@ -2,7 +2,7 @@
<div class="header header-frame">
<div>
{{with .Title}}
- <div class="header__title">{{.}}</div>
+ <h1 class="header__title">{{.}}</h1>
{{end}}
{{with .Description}}
<div class="header__description">{{.}}</div>