Adds home/local/federated feeds to home

Fixes #38
This commit is contained in:
Mouse Reeve
2020-02-19 18:02:11 -08:00
parent 16a39e1183
commit 248fe64537
4 changed files with 43 additions and 52 deletions

View File

@ -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;