Skip to content

Commit

Permalink
Update customization readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zichy committed May 16, 2024
1 parent 7388583 commit bc8392c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ You can easily change the basic appearance like text and colors by adjusting the

Things to keep in mind when using *fieber.css*:

* Classless frameworks come with a lot of limitations. Building a more advanced layout is up to you.
* This framework does not include a full-featured CSS reset. You may want to add styles, e.g. to remove the default `margin` of text elements.
* Please ensure an [adequate contrast](https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html) when using custom colors.
* Classless frameworks come with a lot of limitations. Using them as a starting point for a more complex website with lots of class-based stylings may be a bad choice.
* This framework does not include a full-featured CSS reset, e.g. most default `margin` values are kept.
* Please ensure an [adequate contrast](https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html) when using custom colors.
* Right-to-left content is supported by adding `dir="rtl"` to the `<html>` tag.
* The current font stacks may not be perfect for writing systems like Arabic script.
* Remember to respect your users’ [motion preferences](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) when adding animations. ([Example](https://github.com/csstools/sanitize.css/blob/main/reduce-motion.css))
Expand Down

0 comments on commit bc8392c

Please sign in to comment.