Skip to content

Commit

Permalink
[theme] a little bit less blue (#1024)
Browse files Browse the repository at this point in the history
* [theme] a little bit less blue

* Addressing comments
  • Loading branch information
mistercrunch authored Aug 30, 2016
1 parent 561828c commit 9f8eef4
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions caravel/assets/stylesheets/less/cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ body {
table,
.table {

a:not(.btn) {
text-decoration: underline;
}

.dropdown-menu a {
text-decoration: none;
}
Expand Down Expand Up @@ -306,18 +302,35 @@ label {
&-default {
.panel-heading {
padding: 15px 15px 0 15px;
background-color: transparent;
}
.panel-title {
font-size: 14px;
font-weight: bold;
color: @text-color;
padding-bottom: 5px;
border-bottom: 1px solid @gray-light;
h1, h2, h3, h4, h5, h6 {
margin: 10px 0 0 0;
font-weight: bold;
}
}
.close {
color: @text-color;
}
}
&-primary{
.panel-heading {
padding: 15px 15px 0 15px;
background-color: transparent;
}
.panel-title {
color: @text-color;
padding-bottom: 5px;
border-bottom: 1px solid @gray-light;
h1, h2, h3, h4, h5, h6 {
margin: 10px 0 0 0;
font-weight: bold;
}
}

.close {
color: @text-color;
}
Expand Down

0 comments on commit 9f8eef4

Please sign in to comment.