This commit is contained in:
Dooho Yi 2020-04-30 22:18:21 +09:00
parent 704e4c4294
commit ccf868ec56

View file

@ -4,17 +4,23 @@
<head>
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<style>
body {
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
}
a, a:active, a:link, a:hover {
text-decoration: none;
}
time {
font-size: 0.65em;
}
body {
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
}
a,
a:active,
a:link,
a:hover {
text-decoration: none;
}
time {
font-size: 0.65em;
}
</style>
</head>