diff --git a/fedireads/static/format.css b/fedireads/static/format.css index 6c82633c25..31979b8607 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -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; diff --git a/fedireads/templates/feed.html b/fedireads/templates/feed.html index 3f60890085..d0eb30ebaa 100644 --- a/fedireads/templates/feed.html +++ b/fedireads/templates/feed.html @@ -49,54 +49,16 @@
{{ activity.rating | stars }}
-{{ activity.content | safe }}
-