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