Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Little CSS theme changes #413

Open
vincerubinetti opened this issue Feb 8, 2021 · 0 comments
Open

Little CSS theme changes #413

vincerubinetti opened this issue Feb 8, 2021 · 0 comments
Labels
frontend issues related to the HTML view and interactivity

Comments

@vincerubinetti
Copy link
Collaborator

vincerubinetti commented Feb 8, 2021

Collecting a list of small CSS changes to make to the default theme here, and once the list is large enough I can do a full PR.

  • make use of CSS variables in :root
  • p { text-align: "justify" } (justified text alignment #353)
  • table width: 100% -> min-width: 100%?
  • tablenos styles comments?
  • square page body and remove border (modern refresh)
  • use rem instead of em
  • table layout fixed and break-word for tables with colgroup?
  • get rid of only keyword in @media queries. that is only needed for legacy browsers we dont support
@vincerubinetti vincerubinetti added the frontend issues related to the HTML view and interactivity label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend issues related to the HTML view and interactivity
Projects
None yet
Development

No branches or pull requests

1 participant