Skip to content

Change color of text #279

Locked Answered by lowlighter
AdityaKane2001 asked this question in Q&A
Apr 29, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

You can add custom CSS using this option:

# Define additional CSS that will be injected in used template
# Example:
# config_extras_css꞉ |
# h2 {
# color: red;
# }
extras_css:
description: Extra CSS
type: string
default: ""

If you need to edit more than text colors, then it's probably better to just fork this repository and edit source/templates/classic/style.css

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AdityaKane2001
Comment options

@lowlighter
Comment options

@AdityaKane2001
Comment options

Answer selected by lowlighter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment