Skip to content

Commit

Permalink
Merge pull request #195 from flotiq/hotfix/dark-mode-disqus-padding
Browse files Browse the repository at this point in the history
Disqus in dark mode - paddings
  • Loading branch information
andrzejwp authored Oct 30, 2023
2 parents a43b43f + c6b06e1 commit 44946d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/css/flotiq.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ pre::before {
}

#disqus_thread {
background-color: black;
color: #e9ebfc;
padding: 20px;
background: white;
border-radius: 15px;
}
}
/*
Expand Down

0 comments on commit 44946d2

Please sign in to comment.