Merged master

This commit is contained in:
mrfry 2021-03-05 17:27:02 +01:00
commit 98fc6ba9ca
23 changed files with 6448 additions and 338 deletions

View file

@ -0,0 +1,44 @@
.newsBody {
margin: 0px 5px;
font-size: 18px;
color: #fff;
}
.newsTitle {
font-size: 20px;
color: var(--text-color);
margin: 0px 5px;
}
.newsDate {
margin: 0px 5px;
}
.newsContainer {
margin: 5px 5px;
}
.adminPost {
border-left: 2px solid yellow;
border-radius: 5px;
}
.newsContainer img {
max-width: 100%;
min-width: 200px;
}
.newsHeader {
display: flex;
justify-content: space-between;
align-items: center;
}
.user {
display: flex;
align-items: center;
}
.newsRoot {
background-color: #191919;
}