Skip to content

Instantly share code, notes, and snippets.

@wpsyed
Last active November 18, 2021 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpsyed/33a6af6e9b33d67d3c27988f5fee229b to your computer and use it in GitHub Desktop.
Save wpsyed/33a6af6e9b33d67d3c27988f5fee229b to your computer and use it in GitHub Desktop.
GeneratePress inside article Border source: https://wpsyed.com
.inside-article, .sidebar .widget, .comments-area {
border: 1px solid rgba(232, 234, 237, 1);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment