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

@@ -0,0 +1,41 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1.6;
margin: 1.25rem;
background-color: #f4f4f4;
}
header {
text-align: center;
margin: 0rem 10rem 3rem 10rem;
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
}
h1 {
color: #333;
}
h2 {
color: #0056b3;
}
section {
background-color: white;
padding: 1.25rem;
border-radius: 0.5rem;
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.1);
margin: 0rem 10rem 3rem 10rem
}
ul {
list-style: disc inside;
}
a {
color: #0056b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

View File

@@ -0,0 +1 @@
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.6;margin:1.25rem;background-color:#f4f4f4}header{text-align:center;margin:0 10rem 3rem 10rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.1)}h1{color:#333}h2{color:#0056b3}section{background-color:#fff;padding:1.25rem;border-radius:.5rem;box-shadow:0 .25rem .5rem rgba(0,0,0,.1);margin:0 10rem 3rem 10rem}ul{list-style:disc inside}a{color:#0056b3;text-decoration:none}a:hover{text-decoration:underline}

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>