audioxide / website

The Audioxide website, made with Vue
https://audioxide.com
GNU Affero General Public License v3.0
0 stars 0 forks source link

Table styles #126

Closed andrewbridge closed 3 years ago

andrewbridge commented 3 years ago

We have basic table styles for our content, but their visibility could be improved. For example, headings could be differentiated, alternate line shading.

Water.css has similarly minimal styles, but uses a bold heading and an alternate shading colour scheme.

image
frederickobrien commented 3 years ago

Nice, looking at that our sans-serif font is probably the way to go too. It's cleaner.

andrewbridge commented 3 years ago

Another thing to consider is improving mobile-friendliness of tables. Currently, tables push the whole page out to whatever width it requires on mobile, a wrapper around the table should allow us to just scroll the table rather than the whole page.