a tool for shared writing and social publishing

adjusted the x padding around highlights so that it still looks nice if you have multiple highlight colors in a sentance, or are highlighting a single space

+2 -2
+2 -2
app/globals.css
··· 97 97 } 98 98 99 99 .highlight { 100 - @apply px-[3px]; 100 + @apply px-[1px]; 101 101 @apply py-[1px]; 102 - @apply -mx-[3px]; 102 + @apply -mx-[1px]; 103 103 @apply -my-[1px]; 104 104 @apply rounded-[4px]; 105 105 @apply box-decoration-clone;