Merge pull request 'devel' (#150) from devel into main

Reviewed-on: #150
This commit is contained in:
inhji 2023-06-28 10:49:55 +02:00
commit a842c6209b
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,3 @@
erlang 25.2.3
elixir 1.15.0-otp-25
erlang 26.0.1
elixir 1.15.0-otp-26
nodejs 18.16.0

View file

@ -82,6 +82,10 @@
@apply underline decoration-2 decoration-theme-primary hover:bg-theme-primary hover:text-theme-background transition;
}
.prose a[href^="http://"], .prose a[href^="https://"] {
@apply after:content-['_↗']
}
.prose em {
@apply text-theme-quaternary;
}