Skip to content

Commit

Permalink
Merge pull request #30 from sonnyg/hyper-css-changes
Browse files Browse the repository at this point in the history
update css selectors for hyper
  • Loading branch information
arcticicestudio committed Jun 24, 2018
2 parents 2e8219c + 8beffa0 commit a0200fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Expand Up @@ -66,10 +66,10 @@ exports.decorateConfig = config => {
fontFamily: config.fontFamily || "'Source Code Pro', Hack",
termCSS: `
${config.termCSS || ""}
::selection {
.terminal .xterm-selection div {
background: rgba(67, 76, 94, 0.8) !important;
}
.cursor-node {
.terminal-cursor {
border-left-width: 2px;
}
`,
Expand All @@ -84,7 +84,7 @@ exports.decorateConfig = config => {
right: 0 !important;
left: 0 !important;
}
::selection {
.terminal .xterm-selection div {
background: rgba(67, 76, 94, 0.8) !important;
}
.tab_first {
Expand Down

0 comments on commit a0200fd

Please sign in to comment.