Skip to content

Releases: EvgenyOrekhov/holiday.css

v0.9.2

20 Jun 21:39
Compare
Choose a tag to compare
  • bd6f834 Force border-radius: 0 for <pre> (Prism's Dracula theme looks better that way)

v0.9.1

19 Jun 21:56
Compare
Choose a tag to compare

Fix some Prism themes

v0.9.0

19 Jun 21:33
Compare
Choose a tag to compare

Changes:

  • Add background color and padding to <pre>

Fixes:

v0.8.0

19 Jun 21:04
Compare
Choose a tag to compare

Changes:

  • #118 Decrease selector specificity

v0.7.5

16 Jun 19:58
Compare
Choose a tag to compare

Fixed:

  • #120 Calendar icon is illegible in dark mode (Chrome)
  • #85 Refactor :not() selectors

v0.7.3

10 Jun 00:11
Compare
Choose a tag to compare

Fixed:

  • #100 Double border on focus
  • Bring back missing <summary> markers in Firefox
  • Different <summary> outline size when opened

v0.7.1

08 Jun 19:07
Compare
Choose a tag to compare

v0.7.0

30 May 23:20
Compare
Choose a tag to compare

Changes:

  • Change line-height to 1.4 for most elements (makes text more readable, especially on mobile, also fixes overlapping of <code> with surrounding text)
  • Make <kbd> smaller, so it would look good within text

v0.6.0

30 May 17:49
Compare
Choose a tag to compare

Changes:

  • Make page min-height to be 100% and make footer be at the bottom
  • Use default cursor for non-link list items in <nav>
  • Use link colors for <code> links
  • Remove icons from email and phone number links (they looked kind of ugly and made it harder to select link text)

v0.5.0

23 May 19:12
Compare
Choose a tag to compare

Changes:

  • Add dark mode
  • Add variables:
    • --danger-text-color
    • --success-text-color
  • Add border to <dialog> (noticeable only in dark mode)

Fixes:

  • Some elements were not using the --background-color variable
  • Some elements were not using the --text-color variable