🚸 Add ability to change link targets and titles

This commit is contained in:
James Panther
2021-11-06 17:44:29 +11:00
parent 12e035a585
commit b276d32a04
8 changed files with 46 additions and 161 deletions

View File

@@ -3,11 +3,6 @@
@tailwind base;
@tailwind components;
body a,
body button {
/* @apply transition; */
}
/* Scale SVG icons to text size */
.icon svg {
height: 1em;
@@ -134,4 +129,10 @@ body button {
background-color: #ff0000;
}
/* -- Chroma Highlight -- */
/* Background */
.prose .chroma {
@apply rounded-md text-neutral-700 bg-neutral-50 dark:bg-neutral-700 dark:text-neutral-200;
}
@tailwind utilities;