[frontend] small fixes (#907)

* add missing watchify dependency

* replace svg rss icon with forkawesome+styling

* use $white1 instead of hardcoding white

* fix toot overflow
This commit is contained in:
f0x52 2022-10-12 18:23:50 +02:00 committed by GitHub
commit 80c2833d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 22 deletions

View file

@ -133,6 +133,8 @@ main {
position: relative;
z-index: 2;
width: 100%;
a {
color: $link-fg;
text-decoration: underline;