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

📖 DOC: add new blog post #13

Merged
merged 3 commits into from
Oct 13, 2020
Merged

📖 DOC: add new blog post #13

merged 3 commits into from
Oct 13, 2020

Conversation

0xGabi
Copy link
Member

@0xGabi 0xGabi commented Oct 13, 2020

No description provided.

Copy link
Member

@fabriziovigevani fabriziovigevani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

Noticed that the code background doesn't update on dark mode.

We can fix this by updating under theme.js GlobalStyle the code style

  code {
    background-color: ${({theme}) => theme.placeholderGray};

    & > a {
        color: ${({ theme }) => theme.colors.black};
    }
  } 

src/pages/blog/03-honey-flow/index.md Outdated Show resolved Hide resolved

## When farming?

![Cred to Detzy for this amazing meme](./when.jpg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in this format we cannot link the Actual meme post on Discord.
We could alternatively do html

<div style="text-align:center; margin-bottom: 24px;">
  <img src="./when.jpg" />
  <span style="font-style: italic; font-size: 15px;">
    Cred to Detzy for 
    <a href="https://discord.com/channels/698287700834517064/743890898781339658/764545821651763232">
      this amazing meme
    </a>
  </span>
</div>

@0xGabi 0xGabi merged commit e90b34c into master Oct 13, 2020
@0xGabi 0xGabi deleted the new-post branch October 13, 2020 19:12
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.

2 participants