/* default theme colors */
  .v-theme--light {
    --v-theme-primary: 63,81,181;
/*    --v-theme-secondary: 255,183,77;*/
   --v-theme-secondary: 149, 70, 124;
}
img#blob_logo {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
  height: auto !important;
}


.v-toolbar-items > .v-btn.Tags { display: none !important; }
.v-toolbar-items > .v-btn.Share { display: none !important; }

#blob_main #blob_tagline { display: none; }

/* Nascondo il "leggi tutto" */
article .v-card-actions.actions a.v-btn {
  display: none;
}