2
0
Fork 0

merge upstream

This commit is contained in:
Ruben 2025-07-31 00:12:03 -05:00
commit 5237a55c39
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 1 additions and 1 deletions

View file

@ -111,7 +111,6 @@
border: 1px solid var(--accent, $fallback--link);
margin-left: -1px; // offset the border, can't use inset shadows either
margin-right: calc(0.5em - 1px);
box-shadow: 0 0 4px 4px rgba(255,255,255,.5) inset;
}
</style>

View file

@ -170,6 +170,7 @@
border-bottom: 1px solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
padding: .75em;
}
.search-result-footer {