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

how to change markdown Quote'font color? #213

Closed
sky-gg opened this issue Jan 9, 2020 · 2 comments
Closed

how to change markdown Quote'font color? #213

sky-gg opened this issue Jan 9, 2020 · 2 comments

Comments

@sky-gg
Copy link

sky-gg commented Jan 9, 2020

image
I'm going blind

@imoyao
Copy link

imoyao commented Jan 11, 2020

hey,you can rewrite those code

// themes/cactus/source/css/_partial/article.styl:63
    blockquote
      margin: 1rem 10px
      padding: .5em 10px
      background: inherit
      background-color: #fff6f7; 
      color: $color-quote            # This line. change color here directly or file like "themes/cactus/source/css/_colors/{THEME TYPE YOU ARE USING}.styl:14 "is better.
      quotes: "\201C" "\201D" "\2018" "\2019"
      border-radius: .4em
      border-left: .3em solid #fe6c6f
      font-weight: bold
      font-family: 'Open Sans',"Helvetica Neue", "Helvetica","Microsoft YaHei", "WenQuanYi Micro Hei",Arial, sans-serif

@sky-gg
Copy link
Author

sky-gg commented Jan 12, 2020

hey,you can rewrite those code

// themes/cactus/source/css/_partial/article.styl:63
    blockquote
      margin: 1rem 10px
      padding: .5em 10px
      background: inherit
      background-color: #fff6f7; 
      color: $color-quote            # This line. change color here directly or file like "themes/cactus/source/css/_colors/{THEME TYPE YOU ARE USING}.styl:14 "is better.
      quotes: "\201C" "\201D" "\2018" "\2019"
      border-radius: .4em
      border-left: .3em solid #fe6c6f
      font-weight: bold
      font-family: 'Open Sans',"Helvetica Neue", "Helvetica","Microsoft YaHei", "WenQuanYi Micro Hei",Arial, sans-serif

thanks~

@sky-gg sky-gg closed this as completed Jan 12, 2020
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