diff options
Diffstat (limited to 'components/Posts')
-rw-r--r-- | components/Posts/PostLink.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Posts/PostLink.vue b/components/Posts/PostLink.vue index 5f7d5bf..3f80bae 100644 --- a/components/Posts/PostLink.vue +++ b/components/Posts/PostLink.vue @@ -86,5 +86,6 @@ export default { background-repeat: no-repeat; background-size: cover; background-position: center; + box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.25); } </style> |