Change border radius and colors
This commit is contained in:
parent
780044b369
commit
d4afbb2e6e
|
@ -8,7 +8,7 @@ h2, p {
|
||||||
|
|
||||||
.userMeta {
|
.userMeta {
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
border-radius: 8px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userMeta__upper {
|
.userMeta__upper {
|
||||||
|
@ -34,8 +34,8 @@ h2, p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
border-radius: 8px;
|
border-radius: 12px;
|
||||||
background-color: #2c2c2c;
|
background-color: #3b3b3b;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue