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:
parent
f7e44cddca
commit
927193c102
14 changed files with 742 additions and 55 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue