new: add feeds to news page
This commit is contained in:
@ -11,6 +11,42 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
.feed-menu {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 6px;
|
||||
color: white;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.feed-menu p {
|
||||
color: var(--bright-main);
|
||||
border-right: solid 1px var(--bright-third);
|
||||
padding-right: 8px;
|
||||
font-weight: 900;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.feed-menu .feeds {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.feed-menu .feeds a {
|
||||
font-weight: 100;
|
||||
font-size: 16px;
|
||||
color: var(--bright-second);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.feed-menu .feeds a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.small {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user