Skip to content

Commit

Permalink
Merge pull request #857 from sindresorhus/fix-header-color
Browse files Browse the repository at this point in the history
fix(core): make the page header color darker
  • Loading branch information
slvnperron committed Aug 27, 2018
2 parents 279efb0 + 53d45a2 commit c429afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Expand Up @@ -8,7 +8,7 @@
padding: 10px;
z-index: 20;
line-height: 30px;
color: $content-color-light;
color: $content-color-normal;
font-size: 18px;

.icon {
Expand All @@ -18,7 +18,7 @@
}

a {
color: $content-color-lighter;
color: $content-color-light;
}
}

Expand Down
10 changes: 0 additions & 10 deletions packages/core/botpress/src/web/views/FlowBuilder/topbar.scss
@@ -1,13 +1,3 @@
.rename {
font-size: 90%;
}

.title {
color: black;
border-left: 3px solid #55c1b2;
padding-left: 10px;
margin-left: -10px;
}

.name {
}

0 comments on commit c429afe

Please sign in to comment.