feat: tattoo callout

This commit is contained in:
Cory Dransfeldt 2024-07-02 19:40:31 -07:00
parent e6c960b3dc
commit 9bd8e0c348
No known key found for this signature in database
6 changed files with 18 additions and 6 deletions

View file

@ -61,6 +61,7 @@
--posts: #008080;
--search: #4682b4;
--sun: #ffa500;
--tattoo: #b22222;
--tv: #ff4500;
--warning: #ff8c00;
--webrings: #da70d6;

View file

@ -52,6 +52,14 @@
}
}
&.tattoo {
color: var(--tattoo);
& svg {
stroke: var(--tattoo);
}
}
&.brain:focus,
&.brain:focus-within {
outline: 0;