more-readable #1
2 changed files with 6 additions and 7 deletions
|
|
@ -19,7 +19,6 @@ 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'
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<style>
|
||||
body {
|
||||
background-color: darkviolet;
|
||||
background-color: #375533;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
@ -48,12 +48,12 @@
|
|||
}
|
||||
|
||||
#logobtn {
|
||||
color: linen;
|
||||
color: #ead820;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.home svg {
|
||||
color: linen;
|
||||
color: #ead820;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
@ -89,15 +89,15 @@
|
|||
.menulist hr {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border-top: 1px dashed linen;
|
||||
border-bottom: 0px dashed linen;
|
||||
border-top: 1px dashed #ead820;
|
||||
border-bottom: 0px dashed #ead820;
|
||||
}
|
||||
|
||||
/*menuitem*/
|
||||
.menuitem a,
|
||||
.menuitem a:visited,
|
||||
.menuitem a:hover {
|
||||
color: linen;
|
||||
color: #eaa;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue