Releases: EvgenyOrekhov/holiday.css
Releases · EvgenyOrekhov/holiday.css
v0.11.2
v0.11.1
Update modern-normalize
v0.11.0
- Add cursors for
draggable="true"
- Add styles for
aria-disabled="true"
- Add styles for
aria-current
v0.10.1
Fix hamburger color when holiday-css-light
class is used
v0.10.0
Dark mode manual override
Now you can override dark mode manually by adding holiday-css-light
or
holiday-css-dark
class to your <html>
element.
Example:
<html class="holiday-css-light"></html>
Notes:
- It has to be
<html>
, and not<body>
or any other element, so that the
browser would apply the correct color theme to its UI elements, like scrollbars - if you use custom theme, you should migrate your color variables to the new
ones (see the next section)
New color variables
The old color variables were deprecated.
They will keep working, but you should migrate to the new --light-*
and
--dark-*
variables.
See Customization for more details.
v0.9.13
Document --max-body-width
v0.9.8
- Set
max-height: 100vh
for<picture>
v0.9.7
v0.9.6
Fix calendar icon color in dark mode in Chrome.