tweaks
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
{{ partial "footer.html" . }}
|
|
||||||
{{ partial "scripts.html" . }}
|
|
||||||
</html>
|
</html>
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
<hr />
|
|
||||||
<!--
|
<!--
|
||||||
If you're going to use DISQUS comments, insert code here.
|
If you're going to use DISQUS comments, insert code here.
|
||||||
-->
|
-->
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "scripts.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
{{ partial "scripts.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -21,8 +21,8 @@ strong {
|
|||||||
padding: 0.45em 0;
|
padding: 0.45em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(255, 255, 255, 0.97);
|
background-color: rgba(255, 255, 255, 0.97);
|
||||||
-webkit-backdrop-filter: blur(0.5em);
|
-webkit-backdrop-filter: blur(0.05em);
|
||||||
box-shadow: 0 0.3em 1.5em 0 rgba(0, 0, 0, 0.05);
|
box-shadow: 0 0.1em 2em 0 rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
.nav-header {
|
.nav-header {
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
@@ -46,12 +46,6 @@ strong {
|
|||||||
}
|
}
|
||||||
.post-figure {
|
.post-figure {
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
opacity: 0;
|
|
||||||
animation: fadein 0.3s ease-out 0.2s forwards;
|
|
||||||
}
|
|
||||||
@keyframes fadein {
|
|
||||||
from { opacity: 0;}
|
|
||||||
to { opacity: 1;}
|
|
||||||
}
|
}
|
||||||
.post > p:first-of-type::first-letter {
|
.post > p:first-of-type::first-letter {
|
||||||
font-family: 'LatoLatinWebHeavyItalic';
|
font-family: 'LatoLatinWebHeavyItalic';
|
||||||
|
|||||||
Reference in New Issue
Block a user