feat: tattoo callout
This commit is contained in:
parent
e6c960b3dc
commit
9bd8e0c348
6 changed files with 18 additions and 6 deletions
|
@ -61,6 +61,7 @@
|
|||
--posts: #008080;
|
||||
--search: #4682b4;
|
||||
--sun: #ffa500;
|
||||
--tattoo: #b22222;
|
||||
--tv: #ff4500;
|
||||
--warning: #ff8c00;
|
||||
--webrings: #da70d6;
|
||||
|
|
|
@ -52,6 +52,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.tattoo {
|
||||
color: var(--tattoo);
|
||||
|
||||
& svg {
|
||||
stroke: var(--tattoo);
|
||||
}
|
||||
}
|
||||
|
||||
&.brain:focus,
|
||||
&.brain:focus-within {
|
||||
outline: 0;
|
||||
|
|
Reference in a new issue