Skip to content

Commit 99977d4

Browse files
committed
修正
1 parent cf583b7 commit 99977d4

2 files changed

Lines changed: 49 additions & 24 deletions

File tree

_content/diary/2026-03-30-tsukuyomi/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ changelog:
2727

2828
彩葉が初めてツクヨミにログインした時、ヤチヨはとても驚いただろう。かぐやの知っている彩葉はもっと強くて、覚悟が決まっている人だった。でも再開した彩葉はそうではなかった。親と喧嘩しては泣きじゃくってヤチヨに相談する彼女を、ヤチヨはとても愛おしく思った。彩葉が生まれる前から、ずっとずっと彩葉に会いたかったんだよという言葉を飲み込んで、ヤチヨは優しくそっと彩葉に言葉をかけ続けた。そして彩葉を守るために、もっともっとツクヨミを楽しく、もっともっとヤチヨを魅力的にしようと決めた。この覚悟の決まり方はいったい誰に似たんだろう。ああそうか、これも全部彩葉にもらったものだ。
2929

30-
時は流れ、彩葉は強く成長した。ヤチヨはずっと彩葉の危うげな、なんでも一人で抱え込むところが心配だった。でも同時、これはヤチヨでは解決できないことを知っていた。彼女ではダメなのだ。キラキラのかぐやでないと、彩葉は救えない。
30+
時は流れ、彩葉は強く成長した。ヤチヨはずっと彩葉の危うげな、なんでも一人で抱え込むところが心配だった。でも同時に、これはヤチヨでは解決できないことを知っていた。彼女ではダメなのだ。キラキラのかぐやでないと、彩葉は救えない。
3131

3232
そして月からかぐやがやってくる。物語が始まる。
3333

styles/pages/content.css

Lines changed: 48 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
justify-content: space-between;
77
padding: var(--row-gap-0) 0 var(--row-gap-1);
88

9-
& > * {
9+
&>* {
1010
grid-column: 2;
1111
}
1212
}
@@ -35,21 +35,26 @@
3535
.content-footer {
3636
position: relative;
3737
color: var(--color-foreground);
38+
3839
& * {
3940
list-style: none;
4041
}
42+
4143
& details {
4244
cursor: pointer;
4345
}
46+
4447
& summary {
4548
cursor: pointer;
4649
text-decoration: underline;
4750
padding-left: 10px;
4851
}
52+
4953
& details[open] {
5054
& summary {
5155
padding-left: 0;
5256
}
57+
5358
padding: 10px;
5459
padding-top: 0;
5560
border-radius: var(--border-radius);
@@ -59,6 +64,7 @@
5964

6065
/* Markdown CSS */
6166
.content-body {
67+
6268
/* Ref. github-markdown-css (MIT): https://github.com/sindresorhus/github-markdown-css */
6369
/* Tweaked by @uta8a */
6470
&:not(pre > code) {
@@ -158,6 +164,7 @@
158164
padding: 0;
159165
background-color: var(--color-border-default);
160166
border: 0;
167+
margin: 1em 0;
161168
}
162169

163170
& input {
@@ -227,7 +234,7 @@
227234
cursor: pointer;
228235
}
229236

230-
& details:not([open]) > *:not(summary) {
237+
& details:not([open])>*:not(summary) {
231238
display: none !important;
232239
}
233240

@@ -507,11 +514,11 @@
507514
content: "";
508515
}
509516

510-
& > *:first-child {
517+
&>*:first-child {
511518
margin-top: 0 !important;
512519
}
513520

514-
& > *:last-child {
521+
&>*:last-child {
515522
margin-bottom: 0 !important;
516523
}
517524

@@ -547,19 +554,19 @@
547554
margin-bottom: 16px;
548555
}
549556

550-
& blockquote > :first-child {
557+
& blockquote> :first-child {
551558
margin-top: 0;
552559
}
553560

554-
& blockquote > :last-child {
561+
& blockquote> :last-child {
555562
margin-bottom: 0;
556563
}
557564

558-
& sup > a::before {
565+
& sup>a::before {
559566
content: "[";
560567
}
561568

562-
& sup > a::after {
569+
& sup>a::after {
563570
content: "]";
564571
}
565572

@@ -606,7 +613,7 @@
606613
list-style-type: lower-roman;
607614
}
608615

609-
& div > ol:not([type]) {
616+
& div>ol:not([type]) {
610617
list-style-type: decimal;
611618
}
612619

@@ -618,11 +625,11 @@
618625
margin-bottom: 0;
619626
}
620627

621-
& li > p {
628+
& li>p {
622629
margin-top: 16px;
623630
}
624631

625-
& li + li {
632+
& li+li {
626633
margin-top: 0.25em;
627634
}
628635

@@ -684,7 +691,7 @@
684691
overflow: hidden;
685692
}
686693

687-
& span.frame > span {
694+
& span.frame>span {
688695
display: block;
689696
float: left;
690697
width: auto;
@@ -712,7 +719,7 @@
712719
clear: both;
713720
}
714721

715-
& span.align-center > span {
722+
& span.align-center>span {
716723
display: block;
717724
margin: 13px auto 0;
718725
overflow: hidden;
@@ -730,7 +737,7 @@
730737
clear: both;
731738
}
732739

733-
& span.align-right > span {
740+
& span.align-right>span {
734741
display: block;
735742
margin: 13px 0 0;
736743
overflow: hidden;
@@ -760,7 +767,7 @@
760767
overflow: hidden;
761768
}
762769

763-
& span.float-right > span {
770+
& span.float-right>span {
764771
display: block;
765772
margin: 13px auto 0;
766773
overflow: hidden;
@@ -788,7 +795,7 @@
788795
font-size: 100%;
789796
}
790797

791-
& pre > code {
798+
& pre>code {
792799
padding: 0;
793800
margin: 0;
794801
word-break: normal;
@@ -900,7 +907,7 @@
900907
cursor: pointer;
901908
}
902909

903-
& .task-list-item + .task-list-item {
910+
& .task-list-item+.task-list-item {
904911
margin-top: 3px;
905912
}
906913

@@ -929,57 +936,72 @@
929936
display: grid;
930937
grid-template-columns: minmax(150px, 1.5fr) 8.5fr;
931938
grid-template-areas: "title description" "body body";
932-
& > .content-table-title {
939+
940+
&>.content-table-title {
933941
grid-area: title;
934942
font-weight: bold;
935943
}
936-
& > .content-table-description {
944+
945+
&>.content-table-description {
937946
grid-area: description;
938947
overflow: hidden;
939948
overflow-x: scroll;
940949
word-wrap: normal;
941950
white-space: nowrap;
951+
942952
&::-webkit-scrollbar {
943-
display: none; /* only chrome */
953+
display: none;
954+
/* only chrome */
944955
}
945956
}
946-
& > .content-table-body {
957+
958+
&>.content-table-body {
947959
grid-area: body;
948960
margin: 0;
949961
padding: 0;
962+
950963
& .row-name {
951964
padding: 0;
952965
}
966+
953967
& li {
954968
margin: 0;
955969
padding: 4px 0;
956970
list-style: none;
957971
display: grid;
958972
grid-template-columns: 2fr 6fr 2fr 0.3fr;
959973
grid-template-areas: "title description tags status";
960-
& > * {
974+
975+
&>* {
961976
overflow: hidden;
962977
overflow-x: scroll;
963978
word-wrap: normal;
964979
white-space: nowrap;
965980
margin-left: 5px;
981+
966982
&::-webkit-scrollbar {
967-
display: none; /* only chrome */
983+
display: none;
984+
/* only chrome */
968985
}
969986
}
987+
970988
& .row-status {
971989
grid-area: status;
972990
}
991+
973992
& .row-title {
974993
grid-area: title;
975994
}
995+
976996
& .row-description {
977997
grid-area: description;
978998
}
999+
9791000
& .row-tags {
9801001
grid-area: tags;
9811002
display: flex;
9821003
}
1004+
9831005
& .row-tag {
9841006
padding-left: 2px;
9851007
overflow: hidden;
@@ -988,13 +1010,16 @@
9881010
word-wrap: normal;
9891011
grid-area: tags;
9901012
flex-shrink: 0;
1013+
9911014
&::before {
9921015
content: "#";
9931016
}
9941017
}
1018+
9951019
@media (max-width: 600px) {
9961020
grid-template-columns: 1fr 1fr 0.2fr;
9971021
grid-template-areas: "title description status";
1022+
9981023
& .row-tags {
9991024
display: none;
10001025
}

0 commit comments

Comments
 (0)