More pointless variables

This commit is contained in:
daudix
2024-09-14 04:25:53 +03:00
parent 7df26217f8
commit 4ead8a1396
6 changed files with 9 additions and 7 deletions

View File

@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add `--color-opacity` CSS variable for setting global color opacity.
- Add `--disabled` CSS variable for setting opacity of disabled elements.
- Add `--dim-opacity` CSS variable for setting opacity of dimmed elements.
- Add `--disabled-opacity` CSS variable for setting opacity of disabled elements.
- Add `--hover` CSS variable for setting zoom on hover.
- Add `external` class to comment timestamp.
- Add `h1` with page/section title by default.