Skip to content

Commit

Permalink
fix style for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
asny23 committed Apr 19, 2019
1 parent ebcc53c commit 8f2087c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ exports.decorateConfig = config => {
right: 0;
background-color: ${scheme.subBgColor};
}
.tabs_nav {
background-color: ${scheme.subBgColor};
}
.tabs_title {
font-family: ${'Coca Cola ii, ' + config.fontFamily}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-cola-theme",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cola-inspired color theme for Hyper",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 8f2087c

Please sign in to comment.