forked from deepStateMirrors/tabi
✨ feat: add search functionality (#250)
This commit is contained in:
parent
fcd0c34d19
commit
906bc9dec0
69 changed files with 11443 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue