ajout protocole gemini en liens externes détectés
This commit is contained in:
parent
8eaefafe28
commit
e9c0981cf9
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="//"]::after,
|
a[href^="//"]::after,
|
||||||
a[href^="http"]::after {
|
a[href^="http"]::after,
|
||||||
|
a[href^="gemini"]::after {
|
||||||
content: "";
|
content: "";
|
||||||
width: 11px;
|
width: 11px;
|
||||||
height: 11px;
|
height: 11px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue