Merge pull request 'assets/css/app.css aktualisiert' (#355) from devel into main

Reviewed-on: #355
This commit is contained in:
inhji 2023-09-26 10:51:13 +02:00
commit 4135d72214
1 changed files with 13 additions and 0 deletions

View File

@ -40,6 +40,19 @@
:root[data-mode=dark] .prose {
@apply prose-invert;
}
/* https://stackoverflow.com/questions/5379752/css-style-external-links */
a[href]:not(:where(
/* exclude hash only links */
[href^="#"],
/* exclude relative but not double slash only links */
[href^="/"]:not([href^="//"]),
/* domains to exclude */
[href*="//inhji.de"],
/* subdomains to exclude */
[href*="//cloud.inhji.de"],
)):after {
content: '↗️';
}
/*