/* default theme colors */
  .v-theme--light {
    --v-theme-primary: 63,81,181;
    --v-theme-secondary: 255,183,77;
  }

/* make it white */
.theme-Grid .post .actions {
  background-image: linear-gradient(to bottom, rgba(255,255,255, 1) , rgba(0,0,0,0)) !important;
}

/* hacking border thickness and padding and hover*/
.post.card {
	border-top-width: 5px !important;
	border-bottom-width: 0px !important;
	border-right-width: 0px !important;
	border-left-width: 0px !important;
    padding-top: 6px;
    box-shadow: 1px 1px 1px lightgray;
    opacity: 0.9;
    background-color: #e1e5e2;
}

/* customising the display of text-secondary link for sources */
.text-secondary {
    font-weight: bold;
   /* text-decoration: none; */
}