From 7a49c0b19fb497f6a452e6cc9277235c0ebd144e Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 17 Feb 2026 20:43:11 +0100 Subject: [PATCH] added services.md --- assets/css/custom.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 0cdc9d5..6105704 100755 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -15,4 +15,20 @@ #menu a:hover span { border-bottom: 2px solid currentColor; -} \ No newline at end of file +} + +.button { + display: inline-block; + padding: 0.5rem 1rem; + background-color: #4f46e5; /* lila Beispiel */ + color: #fff; + border-radius: 0.375rem; + text-decoration: none; + font-weight: 500; + transition: background-color 0.2s; +} + +.button:hover { + background-color: #3730a3; +} +