Compare commits

..

No commits in common. "999db2288803985400f84b9e44bb9eb2d1471fdb" and "f2ca738a571915c27ca24385ae2ca191424feba6" have entirely different histories.

2 changed files with 3 additions and 19 deletions

View file

@ -1,11 +1,4 @@
(header
;; rel="me" verification links
(a ((href "https://git.bunk.computer/oxaliq")
(rel "me")))
(a ((href "https://mastodon.social/@oxaliq")
(rel "me")))
(a ((href "https://github.com/sorrelbri")
(rel "me")))
(div
((class "banner")
(hx-get "/hx/home")

View file

@ -83,19 +83,10 @@ a:visited {
text-decoration-color: var(--link-color);
}
a:not(.ascii a):not(a[hx-get*="hx"]):not(a[href*="#"])::before {
content: ". -> .";
a:not(.ascii a):not(a[hx-get*="hx"])::before {
content: ". -> . ";
color: var(--foreground-color);
font-weight: 900;
display: inline-block;
padding-right: .5em;
}
a[href*="#"] {
content: "↓";
font-weight: 900;
font-size: larger;
display: inline-block;
padding-right: .5em;
}
body {