link enhancements
This commit is contained in:
parent
224725c065
commit
dcc71d9896
1 changed files with 18 additions and 7 deletions
|
|
@ -10,22 +10,33 @@
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
a {
|
||||||
|
color: var(--text-main);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #9d9d9d;
|
||||||
|
}
|
||||||
|
|
||||||
article a::before {
|
article a::before {
|
||||||
content: "➤ ";
|
content: "➤ ";
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="//"]::before,
|
a[href^="//"]::before,
|
||||||
|
a[href^="//"]:hover {
|
||||||
|
color: #9211ce;
|
||||||
|
}
|
||||||
|
|
||||||
a[href^="http"]::before,
|
a[href^="http"]::before,
|
||||||
a[href^="gemini"]::before {
|
a[href^="http"]:hover {
|
||||||
content: "🌐 ";
|
color: #006eff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href^="//"]::before {
|
|
||||||
filter: hue-rotate(90deg) saturate(2);
|
|
||||||
}
|
|
||||||
|
|
||||||
a[href^="gemini"]::before {
|
a[href^="gemini"]::before,
|
||||||
filter: hue-rotate(200deg) saturate(2);
|
a[href^="gemini"]:hover {
|
||||||
|
color: #ff5e00;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue