1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-11 15:53:07 +00:00

Today is Journal Day

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2025-03-01 13:17:13 -05:00
parent f7e44cddca
commit 927193c102
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
14 changed files with 742 additions and 55 deletions

View file

@ -76,3 +76,26 @@ input.ovm-input:checked+label > img {
label.ovm-input:last-child > img {
border-right-width: 1px;
}
.feed-journal-entries {
display: grid;
grid-template-columns: repeat(3, 1fr);
/* list-style: none;
padding-inline: 0;
column-count: 3;
margin-top: 0; */
}
.feed-journal-entry {
margin: 4px 0;
padding: 8px;
break-inside: avoid-column;
}
.feed-journal-entry:nth-child(6n+4), .feed-journal-entry:nth-child(6n+5), .feed-journal-entry:nth-child(6n+6) {
background-color: rgba(0, 0, 0, 0.1);
}
.feed-journal-entry:hover {
background-color: rgba(0, 0, 0, 0.2);
}

View file

@ -247,6 +247,10 @@ tr:hover td {
width: 66ch;
}
hr {
border-color: rgba(0, 0, 0, 0.3)
}
@font-face {
font-family: "Gohufont 14";
src: url("/fonts/gohufont-14.ttf") format("truetype"),