Skip to content

Commit

Permalink
readable: lighten bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 19, 2013
1 parent 9aced39 commit d29efdf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions readable/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ body {
font-size: 17px;
line-height: 1.428571429;
color: #333333;
background-color: #f6f6f6;
background-color: #f9f9f9;
}

input,
Expand Down Expand Up @@ -1515,7 +1515,7 @@ th {
}

.table .table {
background-color: #f6f6f6;
background-color: #f9f9f9;
}

.table-condensed thead > tr > th,
Expand Down Expand Up @@ -2989,8 +2989,8 @@ a.list-group-item:focus {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #eeeeee;
border: 1px solid #dddddd;
background-color: #f1f1f1;
border: 1px solid #e0e0e0;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -3167,7 +3167,7 @@ button.close {
.nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
background-color: #f6f6f6;
background-color: #f9f9f9;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
Expand Down Expand Up @@ -3198,7 +3198,7 @@ button.close {
}

.nav-tabs.nav-justified > .active > a {
border-bottom-color: #f6f6f6;
border-bottom-color: #f9f9f9;
}

.nav-pills > li {
Expand Down Expand Up @@ -3258,7 +3258,7 @@ button.close {
}

.nav-tabs-justified > .active > a {
border-bottom-color: #f6f6f6;
border-bottom-color: #f9f9f9;
}

.tabbable:before,
Expand Down Expand Up @@ -3341,8 +3341,8 @@ button.close {
position: relative;
min-height: 50px;
margin-bottom: 24px;
background-color: #eeeeee;
border: 1px solid #dddddd;
background-color: #f9f9f9;
border: 1px solid #e8e8e8;
}

.navbar:before,
Expand Down Expand Up @@ -3467,7 +3467,7 @@ button.close {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid #dcdcdc;
border-top: 1px solid #e7e7e7;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
Expand Down Expand Up @@ -3654,7 +3654,7 @@ button.close {
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
color: #333333;
background-color: #d5d5d5;
background-color: #e0e0e0;
}

.navbar-nav > .disabled > a,
Expand Down Expand Up @@ -3692,7 +3692,7 @@ button.close {
.navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-nav .open .dropdown-menu > .active > a:focus {
color: #333333;
background-color: #d5d5d5;
background-color: #e0e0e0;
}
.navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-nav .open .dropdown-menu > .disabled > a:hover,
Expand Down Expand Up @@ -3735,8 +3735,8 @@ button.close {
margin-right: -15px;
margin-bottom: 4px;
margin-left: -15px;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
Expand Down Expand Up @@ -3804,7 +3804,7 @@ button.close {
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
color: #333333;
background-color: #d5d5d5;
background-color: #e0e0e0;
}

.navbar-nav > .open > a .caret,
Expand Down Expand Up @@ -5038,7 +5038,7 @@ button.close {
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #f6f6f6;
background-color: #f9f9f9;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
Expand Down Expand Up @@ -5551,7 +5551,7 @@ a.list-group-item.active > .badge,
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
background-color: #f1f1f1;
}

.jumbotron h1 {
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions readable/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Scaffolding
// -------------------------

@body-bg: #F6F6F6;
@body-bg: #f9f9f9;
@text-color: @gray-dark;

// Links
Expand Down Expand Up @@ -233,7 +233,7 @@
@navbar-height: 50px;
@navbar-margin-bottom: @line-height-computed;
@navbar-color: @gray;
@navbar-bg: #eee;
@navbar-bg: @body-bg;
@navbar-border: darken(@navbar-bg, 6.5%);
@navbar-border-radius: @border-radius-base;
@navbar-padding-horizontal: floor(@grid-gutter-width / 2); // ~15px
Expand Down

0 comments on commit d29efdf

Please sign in to comment.