home: wip news
This commit is contained in:
parent
f360250b57
commit
a753fd3497
9 changed files with 507 additions and 19 deletions
|
|
@ -465,7 +465,35 @@ home-content {
|
|||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
&#newsbox {
|
||||
website-news {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.6rem;
|
||||
}
|
||||
|
||||
article-entry {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.2rem;
|
||||
padding-bottom: 0.4rem;
|
||||
border-bottom: 1px dashed #0002;
|
||||
}
|
||||
|
||||
article-entry time {
|
||||
color: var(--darkerer-pink);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
article-body {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
ominous-message {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
badges {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue