mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Add federalist links as target for tbd link
This commit is contained in:
parent
c7f26e8084
commit
824a1f49a7
1 changed files with 2 additions and 0 deletions
|
@ -123,8 +123,10 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make "placeholder" links visually obvious */
|
/* Make "placeholder" links visually obvious */
|
||||||
|
a[href^="https://federalist-"]::after,
|
||||||
a[href$="todo"]::after {
|
a[href$="todo"]::after {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
color: color(blue-80v);
|
||||||
content: " [link TBD]";
|
content: " [link TBD]";
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue