Skip to content

Releases: EvgenyOrekhov/holiday.css

v0.11.2

28 Jun 23:11
Compare
Choose a tag to compare

Fix #264 Label as flex causes weird spacing

v0.11.1

22 Jun 09:56
Compare
Choose a tag to compare

Update modern-normalize

v0.11.0

23 Feb 23:33
Compare
Choose a tag to compare
  • Add cursors for draggable="true"
  • Add styles for aria-disabled="true"
  • Add styles for aria-current

v0.10.1

23 Feb 00:17
Compare
Choose a tag to compare

Fix hamburger color when holiday-css-light class is used

v0.10.0

22 Feb 23:17
Compare
Choose a tag to compare

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

21 Feb 14:40
Compare
Choose a tag to compare

Document --max-body-width

v0.9.8

24 Jun 17:22
Compare
Choose a tag to compare
  • Set max-height: 100vh for <picture>

v0.9.7

11 Jun 13:04
Compare
Choose a tag to compare

Update modern-normalize to 1.1.0.

v0.9.6

02 Jun 11:10
Compare
Choose a tag to compare

Fix calendar icon color in dark mode in Chrome.

v0.9.3

24 Jun 14:46
Compare
Choose a tag to compare