fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Revert CSS changes from preview PR #524

Closed christianbundy closed 3 years ago

christianbundy commented 3 years ago

Problem: There were lots of CSS changes in the preview + blob PR and I didn't take enough time to look at them. It looks like a few of them made style problems (e.g. extra specing in the 'next' / 'previous' links on the profile pages) and it made it harder (IMO) to determine that links are links (since we've been using font weight to distinguish).

Solution: Revert those changes back to the previous defaults. If the margin glitch was on purpose or anyone feels strongly about distinguishing links using some other style (color?) then I'm happy to merge those, but I'd like to fix the extra margin and have some way to distinguish links in the mean time.

christianbundy commented 3 years ago

Also self-merging since this has been open for a couple days.