VCode.css 204 B

123456789
  1. .v-code {
  2. background-color: rgb(var(--v-theme-code));
  3. color: rgb(var(--v-theme-on-code));
  4. border-radius: 4px;
  5. line-height: 1.8;
  6. font-size: 0.9em;
  7. font-weight: normal;
  8. padding: 0.2em 0.4em;
  9. }