✨ feat: add search functionality (#250)
This commit is contained in:
@@ -168,6 +168,18 @@ details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.interactive-icon {
|
||||
cursor: pointer;
|
||||
|
||||
path {
|
||||
fill: var(--text-color);
|
||||
}
|
||||
|
||||
:hover path {
|
||||
fill: var(--meta-color);
|
||||
}
|
||||
}
|
||||
|
||||
.article-navigation {
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
|
Reference in New Issue
Block a user