Search.krzak.org

This commit is contained in:
2026-03-18 17:34:59 +01:00
parent 5e8d490412
commit dfc2432979
2 changed files with 49 additions and 0 deletions

View File

@@ -877,6 +877,49 @@ li a span {
z-index: 1;
}
/* --- Search Link - Deep Twilight Theme --- */
.search-link {
background: linear-gradient(
135deg,
rgba(244, 162, 97, 0.1) 0%,
rgba(244, 162, 97, 0.05) 100%
) !important;
border: 2px solid rgba(244, 162, 97, 0.2) !important;
position: relative;
box-shadow: 0 0 15px rgba(244, 162, 97, 0.1) !important;
}
.search-link::after {
background: linear-gradient(
90deg,
transparent,
rgba(244, 162, 97, 0.2),
transparent
) !important;
}
.search-link:hover {
border-color: #f4a261 !important;
box-shadow: 0 4px 20px rgba(244, 162, 97, 0.4) !important;
transform: translateY(-2px) scale(1.01) !important;
background: linear-gradient(
135deg,
rgba(244, 162, 97, 0.15) 0%,
rgba(244, 162, 97, 0.1) 100%
) !important;
}
.search-link strong {
color: #f4a261 !important;
position: relative;
z-index: 1;
}
.search-link span {
color: #ffd0a0 !important;
opacity: 0.9 !important;
}
/* Floating AI chat joke widget */
.ai-chat {
position: fixed;