feat: 関聯する Wiki がない TagLink 修正(#107) (#192)
#107 Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on: #192
This commit was merged in pull request #192.
This commit is contained in:
@@ -96,3 +96,15 @@ button:focus-visible
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes wiki-blink
|
||||
{
|
||||
0%, 100% { color: #dc2626; }
|
||||
50% { color: #2563eb; }
|
||||
}
|
||||
|
||||
@keyframes wiki-blink-dark
|
||||
{
|
||||
0%, 100% { color: #f87171; }
|
||||
50% { color: #60a5fa; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user