From 829d532518d1736cb1342e99329d7301d674948f Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Wed, 13 May 2026 14:31:14 +0200 Subject: [PATCH] font weight anpassung --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 2376dea..9a4ba39 100644 --- a/css/main.css +++ b/css/main.css @@ -25,7 +25,7 @@ main { display: block; text-align: left; text-decoration: none; - font-weight: none; + font-weight: bold; padding: 10px; background-color: blue; color: white;