new ordner
This commit is contained in:
@ -46,6 +46,12 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.cl-checkbox input[type="checkbox"]:checked + span {
|
||||
color: #999; /* leicht grau */
|
||||
text-decoration: line-through;
|
||||
transition: color 0.3s, text-decoration 0.3s; /* sanfter Übergang */
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
@ -140,6 +146,7 @@
|
||||
.social-icons a img:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -246,7 +253,7 @@
|
||||
}
|
||||
|
||||
function shareViaEmail() {
|
||||
const subject = encodeURIComponent('Klick the Witch');
|
||||
const subject = encodeURIComponent('bread');
|
||||
const body = encodeURIComponent('Check out this fantastic recipe! https://test.somachtstefaniedas.de/fluffigkrossejoghurtbroteohnegehzeit/');
|
||||
window.location.href = 'mailto:?subject=' + subject + '&body=' + body;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user