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

Styling & CSS #43

Open
64bakerst opened this issue Jul 24, 2022 · 1 comment
Open

Styling & CSS #43

64bakerst opened this issue Jul 24, 2022 · 1 comment

Comments

@64bakerst
Copy link

Hi, is there a way I can change the css? Fonts, colors, padding, line-height? Would also be great to change the colors on the graph... I can't find that setting in the config file

@StephanLoewe
Copy link

What you can do is to fork this repository and use your own to create the site.
Inside your netlify.toml you can change and refer to your own git repository:

command = "rm -rf __obsidian __site && mkdir __obsidian && mv * __obsidian || true && git clone "YOUR OWN GIT REPOSITORY" __site && __site/run.sh".

You can then customize all stylings to your own. They are inside the "zola"-folder.

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

No branches or pull requests

2 participants