parent
16a39e1183
commit
248fe64537
4 changed files with 43 additions and 52 deletions
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
html {
|
||||
background-color:#EFEFEF;
|
||||
background-color: #FFF;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -76,6 +76,14 @@ h2 {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
#feed-tabs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.active {
|
||||
background-color: #FF1654;
|
||||
}
|
||||
|
||||
.user-pic {
|
||||
width: 2rem;
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue