new: add feeds to news page

This commit is contained in:
ngn
2024-08-23 14:11:48 +03:00
parent 52af211541
commit 60bff6356c
15 changed files with 204 additions and 45 deletions

View File

@ -18,20 +18,27 @@
.downloads {
display: flex;
flex-direction: row;
gap: 5px;
gap: 8px;
}
.downloads a:first-child {
border-right: solid 1px var(--bright-third);
padding-right: 8px;
}
.entry h1 {
color: var(--bright-main);
font-weight: 900;
font-size: 20px;
}
.entry a, .entry p {
color: var(--bright-main);
font-size: 20px;
.entry a {
color: var(--bright-second);
text-decoration: none;
font-weight: 100;
font-size: 20px;
}
.entry a:hover {
color: var(--bright-second);
text-decoration: underline;
}