🎉 Improved CSS Optimization in Backend Documentation & Styles 🎨

This commit is contained in:
2025-06-02 07:02:29 +02:00
parent 0b04a8abd9
commit a08fe8fec4
4 changed files with 315 additions and 254 deletions

View File

@ -43,7 +43,7 @@
--dark-shadow-strong: rgba(0, 0, 0, 0.5);
}
/* Vereinfachte Hero-Header */
/* Raspberry Pi optimierte Hero-Header */
.professional-hero {
position: relative;
overflow: hidden;
@ -52,13 +52,11 @@
margin-bottom: 2rem;
background: var(--light-bg-secondary);
border: 1px solid var(--light-border);
box-shadow: 0 4px 12px var(--light-shadow);
transition: transform 0.2s ease, box-shadow 0.2s ease;
box-shadow: 0 2px 8px var(--light-shadow);
}
.professional-hero:hover {
transform: translateY(-1px);
box-shadow: 0 8px 20px var(--light-shadow-strong);
box-shadow: 0 4px 12px var(--light-shadow-strong);
}
.dark .professional-hero {