jiggle the CSS so that the proper sitemoji appear

main
Ryan Rix 11 months ago
parent bca744ecb1
commit 32a32112eb

@ -243,12 +243,9 @@ Experimental: Mark external and internal URLs with an emoji.
/* a.internal::after {
content: '';
} */
a[href*="//"]:not(.internal)::before {
content: '🌏 ';
}
a[href*="engine.arcology.garden"]::before {
content: '🧑‍🔧 ';
a[href*="arcology.garden"]::before,
a[href*="dev.arcology.garden"]::before {
content: '🌱 ';
}
a[href*="thelionsrear.com"]::before,
@ -256,9 +253,8 @@ a[href*="dev.thelionsrear.com"]::before {
content: '🐲 ';
}
a[href*="arcology.garden"]::before,
a[href*="dev.arcology.garden"]::before {
content: '🌱 ';
a[href*="engine.arcology.garden"]::before {
content: '🧑‍🔧 ';
}
a[href*="cce.whatthefuck.computer"]::before,
@ -270,12 +266,13 @@ a[href*="doc.rix.si"]::before {
content: '✒️️ ';
}
a[href*="localhost"]::before,
a[href*="cce.rix.si"]::before,
a[href*="cce.whatthefuck.computer"]::before
{
a[href*="localhost"]::before {
content: '📚️️ ';
}
a[href*="//"]:not(.internal)::before {
content: '🌏 ';
}
#+end_src
Color these things. The defaults are specified above, [[id:20211219T144255.001827][Sites]] can override these (and add other rules entirely of course!).

@ -8,12 +8,9 @@
/* a.internal::after {
content: '';
} */
a[href*="//"]:not(.internal)::before {
content: '🌏 ';
}
a[href*="engine.arcology.garden"]::before {
content: '🧑‍🔧 ';
a[href*="arcology.garden"]::before,
a[href*="dev.arcology.garden"]::before {
content: '🌱 ';
}
a[href*="thelionsrear.com"]::before,
@ -21,9 +18,8 @@ a[href*="dev.thelionsrear.com"]::before {
content: '🐲 ';
}
a[href*="arcology.garden"]::before,
a[href*="dev.arcology.garden"]::before {
content: '🌱 ';
a[href*="engine.arcology.garden"]::before {
content: '🧑‍🔧 ';
}
a[href*="cce.whatthefuck.computer"]::before,
@ -35,13 +31,14 @@ a[href*="doc.rix.si"]::before {
content: '✒️️ ';
}
a[href*="localhost"]::before,
a[href*="cce.rix.si"]::before,
a[href*="cce.whatthefuck.computer"]::before
{
a[href*="localhost"]::before {
content: '📚️️ ';
}
a[href*="//"]:not(.internal)::before {
content: '🌏 ';
}
a {
color: var(--primary);
font-weight: 500;

Loading…
Cancel
Save