Compare commits

..

No commits in common. "b56881aa70b65380e950ff320e2a31c319e63d9c" and "02f15914c94f04df0e1e81c8e866004727366b29" have entirely different histories.

3 changed files with 25 additions and 15 deletions

View file

@ -19,6 +19,7 @@ renderHooks.image.enableDefault = true
name = '향하는 귀, 흐르는 걸음, 벌어진 사고| Heading ears, flowing steps, unfolded thought'
pageRef = '/posts/heading-ears'
weight = 1
params.unlisted = true
[[menus.main]]
name = '기울어지되 쓰러지지 않는다| e-Crystallomancy'

View file

@ -36,7 +36,8 @@
}
body {
font-size: 1.3rem;
font-size: 1.2rem;
line-height: 1.5;
}
a {
@ -120,9 +121,9 @@
.content {
padding-top: 50px;
padding-bottom: 50px;
letter-spacing: 0.06em;
line-height: 2.27rem;
font-size: 1.05em;
letter-spacing: 0.027em;
line-height: 2rem;
font-size: 1.1em;
}
.content p {
@ -135,12 +136,19 @@
word-spacing: -0.02em;
}
/* for big screen devices - in accordance with 'tachyons' way (== 30em) */
/* for big screen devices - in accordance with 'tachyons' way */
@media screen and (min-width: 30em) {
body {
font-size: 1.3rem;
}
.content {
padding-left: 1em;
padding-right: 1em;
letter-spacing: inherit;
line-height: inherit;
font-size: inherit;
}
.content p {
@ -154,6 +162,9 @@
padding-right: 0;
}
strong {
letter-spacing: inherit;
}
}
</style>
</head>

View file

@ -34,9 +34,7 @@
</div>
<style>
body {
background-color: #375533;
font-size: 1.2rem;
line-height: 1.5;
background-color: darkviolet;
}
.wrapper {
@ -48,19 +46,19 @@
}
#logobtn {
color: #ead820;
color: linen;
pointer-events: none;
}
.home svg {
color: #ead820;
color: linen;
}
.content {
padding-top: 50px;
font-size: inherit;
letter-spacing: inherit;
line-height: inherit;
font-size: inherit;
}
ol,
@ -89,15 +87,15 @@
.menulist hr {
margin-top: 2em;
margin-bottom: 2em;
border-top: 1px dashed #ead820;
border-bottom: 0px dashed #ead820;
border-top: 1px dashed linen;
border-bottom: 0px dashed linen;
}
/*menuitem*/
.menuitem a,
.menuitem a:visited,
.menuitem a:hover {
color: #eaa;
color: linen;
word-break: keep-all;
}