Change border radius and colors

This commit is contained in:
video-prize-ranch 2022-01-27 20:53:09 -05:00
parent 780044b369
commit d4afbb2e6e
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ h2, p {
.userMeta {
padding: 2vw;
border-radius: 8px;
border-radius: 12px;
}
.userMeta__upper {
@ -34,8 +34,8 @@ h2, p {
}
.post {
border-radius: 8px;
background-color: #2c2c2c;
border-radius: 12px;
background-color: #3b3b3b;
font-weight: 400;
}