Skip to content

Commit 80bc616

Browse files
committed
0.9.6
1 parent 629adb9 commit 80bc616

File tree

8 files changed

+7
-11
lines changed

8 files changed

+7
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See form example: [Bootstrap](https://jsfiddle.net/z16aknfh/3/) vs
3838
## Quick Start
3939

4040
```html
41-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.5" />
41+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.6" />
4242
```
4343

4444
## Browser compatibility

dist/holiday.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,6 @@ picture {
818818
--link-hover-color: #fff;
819819
--link-active-color: #fff;
820820
}
821-
822-
input::-webkit-calendar-picker-indicator {
823-
filter: invert();
824-
}
825821
}
826822

827823
input {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "holiday.css",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "A classless CSS theme",
55
"main": "dist/holiday.css",
66
"style": "dist/holiday.css",

site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Or you can use it as a base and build upon it.
2222
Just add this to your `<head>`:
2323

2424
```html
25-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.5" />
25+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.6" />
2626
```
2727

2828
## What makes holiday.css different

site/_includes/layout.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
99
<link
1010
rel="stylesheet"
11-
href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.5"
11+
href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.6"
1212
/>
1313
<link
1414
rel="stylesheet"

site/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.5"
10+
href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.6"
1111
/>
1212
</head>
1313

site/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: layout
88
Have an existing web page? Add this to your `<head>`:
99

1010
```html
11-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.5" />
11+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.9.6" />
1212
```
1313

1414
Starting afresh? Use [Quickstart Template]({{ "/template/" | url }}).

0 commit comments

Comments
 (0)