merged master

This commit is contained in:
mrfry 2021-03-05 18:38:26 +01:00
parent 98fc6ba9ca
commit f7d737c6dc
5 changed files with 7 additions and 36 deletions

View file

@ -20,11 +20,12 @@
}
.new {
padding: 10px;
text-align: center;
border: 2px dashed var(--text-color);
background-color: #191919;
border-radius: 3px;
cursor: pointer;
margin: 8px;
padding: 8px;
}
.new:hover {

View file

@ -60,8 +60,6 @@ export default function NewsEntry({
onDelete={onDelete}
comments={comments}
/>
<hr />
<hr />
</div>
)
}

View file

@ -1,6 +1,5 @@
.newsBody {
margin: 0px 5px;
font-size: 18px;
color: #fff;
}
@ -41,4 +40,6 @@
.newsRoot {
background-color: #191919;
margin: 8px;
padding: 8px;
}