- ‘theme/templates/.#index.html’

/ ‘theme/templates/index.html’
This commit is contained in:
Dooho Yi 2020-04-30 23:01:30 +09:00
parent 24ea646f1c
commit 4f7773351a
2 changed files with 14 additions and 11 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.skbroadband.13926

View file

@ -7,18 +7,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <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 {
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
time { p {
font-size: 0.65em; margin: 0;
} }
time {
font-size: 0.65em;
}
</style> </style>
</head> </head>