Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only two of the variables in main.scss do anything #34

Closed
brianthelion opened this issue Jan 8, 2016 · 2 comments
Closed

Only two of the variables in main.scss do anything #34

brianthelion opened this issue Jan 8, 2016 · 2 comments
Assignees
Labels

Comments

@brianthelion
Copy link

This still compiles:

$spacing-unit:     30px;
//$text-color:       #111;
//$background-color: #fdfdfd;
//$brand-color:      #2a7ae2;
$grey-color:       #828282;
$grey-color-light: lighten($grey-color, 40%);
//$grey-color-dark:  darken($grey-color, 25%);

Which brings up a larger question: How do you override the colors set by the mdl stylesheet in _includes/head.html?

@oscarmcm oscarmcm self-assigned this Jan 8, 2016
@oscarmcm
Copy link
Member

oscarmcm commented Jan 8, 2016

@brianthelion thanks for notify the unused variables.

At this moment, we don't have a way to change the default colors. You have some idea how we can override the colors? From the README.md

If you don't want the default site colors, you can create custom themes for the site in the mdl theme creator. The site will create a custom css, something like this: <link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.teal-green.min.css" /> Now add this in the _includes/head.html file, under the main css and enjoy your new theme.

Hope that this will help you.

Un abrazo!

oscarmcm added a commit that referenced this issue Jan 10, 2016
oscarmcm added a commit that referenced this issue Jan 10, 2016
@oscarmcm
Copy link
Member

Remove unused vars in #40

@oscarmcm oscarmcm added this to the jekyll-mdl 2.0 version milestone Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants