diff options
| author | elijah <elijah@riseup.net> | 2015-02-18 23:50:00 -0800 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2015-02-18 23:50:00 -0800 | 
| commit | 56f64dabd7f7dbc626dd4f27f4461e5333086aba (patch) | |
| tree | 7fc6acc967c5aee416f6cbd36bdaad67d9925ea8 | |
| parent | e53e113dcde3e3686095c3661307efccc5c7e64e (diff) | |
minor color correction
| -rw-r--r-- | pages/assets/style.scss | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/assets/style.scss b/pages/assets/style.scss index aa111f8..c3cade1 100644 --- a/pages/assets/style.scss +++ b/pages/assets/style.scss @@ -41,7 +41,7 @@ $masthead-small-text-size: 24px;  //$tabs-small-size:  //$tabs-small-padding: -$cutout-color: darken($background-color,13%); +$cutout-color: darken($background-color,11%);  $background-color-start: darken($background-color,17%);  $side-column-bg-color: #d0d0d0; // rgba(0,0,0,0.05); // #e3e3e3 | 
