add feedback from Ilona; various other changes

This commit is contained in:
2025-08-27 17:49:51 +02:00
parent fc74957bb7
commit 56b717cfab
4 changed files with 105 additions and 16 deletions

View File

@@ -22,6 +22,41 @@
body {
hyphens: auto;
}
.calendar-options {
border: 2px solid #ccc;
color: white;
padding: 20px;
text-align: center;
background-color: gray;
border-radius: 5px;
margin: 20px 0;
}
.calendar-link {
display: inline-block;
background-color: #4285f4;
color: white;
padding: 12px 24px;
text-decoration: none;
border-radius: 4px;
font-size: 16px;
margin: 10px;
}
.embed-button {
background-color: #34a853;
color: white;
padding: 12px 24px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
margin: 10px;
}
.hidden {
display: none;
}
/** Headline Styles */
h1 {