Refactor CSS styling

This commit is contained in:
2026-04-29 19:38:41 +02:00
parent 86f2b7c34f
commit ce27c52a48
2 changed files with 12 additions and 30 deletions
+4 -20
View File
@@ -379,41 +379,25 @@ textarea {
.search-input:focus {
border-color: var(--primary-hover);
}
.search-summary {
margin-bottom: 1rem;
}
.search-results {
display: flex;
flex-direction: column;
gap: 1rem;
}
.search-card {
display: flex;
flex-direction: column;
gap: 0.25rem;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px dashed var(--secondary);
word-break: break-word;
}
.search-card:last-child {
border-bottom: none;
}
.search-card-name {
.search-card a {
color: var(--link);
font-size: 1.1rem;
word-break: break-word;
}
.search-card-name:hover {
.search-card a:hover {
color: var(--link-hover);
}
.search-card-path {
word-break: break-all;
}
.search-card-snippet {
font-size: 0.9rem;
line-height: 1.5;
color: var(--text-muted);
margin-top: 0.25rem;
}
/* === Muted text === */
.muted {