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> <head>
<title>{% block title %}{{ SITENAME }}{%endblock%}</title> <title>{% block title %}{{ SITENAME }}{%endblock%}</title>
<meta charset="utf-8" /> <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" /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/tachyons.min.css" type="text/css" />
<style> <style>
body { body {
font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif; font: 0.75em/1.5 Verdana, AppleGothic, Sans-serif;
} }
a, a:active, a:link, a:hover {
text-decoration: none; a,
} a:active,
time { a:link,
font-size: 0.65em; a:hover {
} text-decoration: none;
}
time {
font-size: 0.65em;
}
</style> </style>
</head> </head>