mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-19 09:55:00 +00:00
Added search function
This commit is contained in:
parent
b54fdbf81e
commit
23c54d6bd7
7 changed files with 101 additions and 15 deletions
|
@ -369,6 +369,8 @@ form * {
|
|||
|
||||
border: none;
|
||||
border-radius: var(--rad);
|
||||
|
||||
transition: outline 0.1s cubic-bezier(.19,1,.22,1);
|
||||
}
|
||||
.btn:hover {
|
||||
outline: var(--white) 3px solid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue