Last active
November 18, 2021 10:04
-
-
Save wpsyed/33a6af6e9b33d67d3c27988f5fee229b to your computer and use it in GitHub Desktop.
GeneratePress inside article Border source: https://wpsyed.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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