Skip to content

Commit

Permalink
[2375] Fixed the default primary button color
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 16, 2012
1 parent 44ee7e6 commit e7c09b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/public/base/less/ckan.less
Expand Up @@ -18,3 +18,7 @@ body {
[hidden] {
display: none;
}

.btn {
font-weight: bold;
}
2 changes: 2 additions & 0 deletions ckan/public/base/less/variables.less
Expand Up @@ -28,6 +28,8 @@

// Twitter Bootstrap Overrides
@bodyBackground: @layout-background-color;
@btnPrimaryBackground: #30778d;
@btnPrimaryBackgroundHighlight: #085871;
@baseFontFamily: @layout-font-family;
@textColor: @layout-text-color;
@linkColor: @layout-link-color;
Expand Down

0 comments on commit e7c09b6

Please sign in to comment.