Skip to content

Commit 25313f2

Browse files
committed
release (0.17.0)
1 parent 3275f43 commit 25313f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gui/_window.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
height: 100%;
133133
border-radius: var(--window-border-radius);
134134
background: linear-gradient(transparent 20%, #ffffffb3 40%, transparent 41%),
135-
var(--window-background);
135+
var(--window-background);
136136
background-color: var(--window-background-color);
137137
box-shadow: inset 0 0 0 1px #fffd;
138138
}

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "7.css",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A design system for building faithful recreations of the Windows 7 UI.",
55
"main": "dist/7.css",
66
"files": [

0 commit comments

Comments
 (0)