Update privacy policy styles and fix stylesheet path

Added new CSS rules in `privacy-policy.css` to improve the styling of the body, header, headings, sections, lists, and links. Minified these styles into `privacy-policy.min.css` for better performance. Updated the stylesheet path in `privacy-policy.de-DE.html` to ensure the correct relative path is used.
This commit is contained in:
2026-06-01 10:39:04 +02:00
parent bca0b09cf4
commit ba468c3f99
3 changed files with 43 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Datenschutzinformation für das Fernsignatursystem: signFLOW</title>
<link rel="stylesheet" href="css/privacy-policy.min.css">
<link rel="stylesheet" href="../css/privacy-policy.min.css">
</head>
<body>