upd
This commit is contained in:
parent
a163172b8b
commit
849c0c3bb6
2 changed files with 10 additions and 3 deletions
|
@ -4,6 +4,7 @@ body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
font-family: $sansfont;
|
font-family: $sansfont;
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
|
@ -19,7 +20,7 @@ header {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
font-size: 2em;
|
font-size: 2.5em;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -29,6 +30,12 @@ header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: 24px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
color: $small-text-color;
|
color: $small-text-color;
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
{{ block "content" . }}{{ end }}
|
{{ block "content" . }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="text-align: center; font-weight: 200; margin-bottom: 40px;">
|
<footer>
|
||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
blog code licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.txt" target="_blank">gpl3</a>.
|
blog code licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.txt" target="_blank">gpl3</a>.
|
||||||
post contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt">cc by-sa 4.0</a>.
|
post contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt">cc by-sa 4.0</a>.
|
||||||
|
@ -38,6 +38,6 @@
|
||||||
written by michael zhang.
|
written by michael zhang.
|
||||||
<a href="https://git.mzhang.io/michael/blog" class="colorlink" target="_blank">source</a>
|
<a href="https://git.mzhang.io/michael/blog" class="colorlink" target="_blank">source</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue