diff --git a/src/style.css b/src/style.css index d493b51..388440a 100644 --- a/src/style.css +++ b/src/style.css @@ -41,3 +41,9 @@ blockquote { blockquote ul { @apply marker:!text-slate-500; } + +.prose a[href^="http"]::after { + content: ""; + @apply inline-block size-[0.7rem] ml-[0.2rem] mb-[0.45rem] align-bottom text-slate-300 stroke-slate-500; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); +}