Add federalist links as target for tbd link

This commit is contained in:
igorkorenfeld 2023-05-01 18:16:24 -04:00
parent c7f26e8084
commit 824a1f49a7
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -123,8 +123,10 @@ h2 {
}
/* Make "placeholder" links visually obvious */
a[href^="https://federalist-"]::after,
a[href$="todo"]::after {
background-color: yellow;
color: color(blue-80v);
content: " [link TBD]";
font-style: italic;
}