
this commit adds basic search feature. fix: https://codeberg.org/zyachel/libremdb/issues/9, https://github.com/zyachel/libremdb/issues/10
13 lines
237 B
SCSS
13 lines
237 B
SCSS
.keyword {
|
|
background: var(--clr-bg-accent);
|
|
box-shadow: var(--clr-shadow);
|
|
border-radius: 5px;
|
|
display: grid;
|
|
padding: var(--spacer-3);
|
|
gap: var(--spacer-0);
|
|
}
|
|
|
|
.heading {
|
|
font-size: var(--fs-4);
|
|
text-decoration: none;
|
|
} |