diff --git a/Website/templates/dienstleistungen.html b/Website/templates/dienstleistungen.html index ccbbd64..523b91c 100644 --- a/Website/templates/dienstleistungen.html +++ b/Website/templates/dienstleistungen.html @@ -85,6 +85,24 @@ border: 1px solid #d8dfd7; box-shadow: 0 4px 12px rgba(23, 63, 70, 0.05); } + +.download-btn { + display: inline-flex; + align-items: center; + gap: 0.5rem; + padding: 0.6rem 1rem; + background: #eef5ef; + color: #173f46; + border: 1px solid #d8dfd7; + border-radius: 8px; + text-decoration: none; + font-weight: 600; + transition: background 0.2s; +} + +.download-btn:hover { + background: #dceae0; +} {% endblock %}