Skip to content

Commit

Permalink
Updates logo scss to regard default values
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
  • Loading branch information
weeman1337 committed Sep 2, 2018
1 parent d055db7 commit 84fa208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/

// SCSS darken/lighten function override
@function nc-darken($color, $value) {
@return darken($color, $value);
Expand Down Expand Up @@ -60,8 +60,8 @@ $color-text-maxcontrast: nc-lighten($color-main-text, 46.2%) !default;
$color-text-light: nc-lighten($color-main-text, 15%) !default;
$color-text-lighter: nc-lighten($color-main-text, 30%) !default;

$image-logo: url('../img/logo.svg?v=1');
$image-login-background: url('../img/background.png?v=2');
$image-logo: url('../img/logo.svg?v=1') !default;
$image-login-background: url('../img/background.png?v=2') !default;

$color-loading-light: #ccc !default;
$color-loading-dark: #777 !default;
Expand Down

0 comments on commit 84fa208

Please sign in to comment.