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

Update _default_colors.scss #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

donkeypenguin
Copy link

Add !default flag to allow Sass variable overrides This allows a user of the theme to customize the value of a variable defined in variables.scss by defining it before the @import statement:

---
---

$section-headings-color: #0086b3;

@import "{{ site.theme }}";

jcbpl/cayman@0e7f5e5#diff-92c7a4b77350d7e3c737d9dd7d63b5d1905942b5fdd8d0096cac1da9bc48508a

pages-themes/cayman#9

Add !default flag to allow Sass variable overrides
This allows a user of the theme to customize the value of a variable
defined in variables.scss by defining it before the `@import` statement:

```scss
---
---

$section-headings-color: #0086b3;

@import "{{ site.theme }}";
```
Copy link

welcome bot commented Dec 29, 2024

Welcome! Congrats on your first pull request to the Hacker theme. If you haven't already, please be sure to check out the contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant