Rename nav-bg to glass-bg since it's used for more than just nav

This commit is contained in:
daudix
2024-10-18 21:48:07 +03:00
parent a05bb5c8f1
commit 49a999c85b
6 changed files with 16 additions and 15 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- **[BREAKING]** Rename `nav-bg` CSS variable to `glass-bg`.
- **[BREAKING]** Rename the visually hidden `hidden` class to `visually-hidden`. `hidden` is now used to completely hide the elements, including screen readers.
- Make `emoji` class available outside of comments.
- Make the code and styling for article cards much cleaner.