Update selection style, Add Brückentag text

This commit is contained in:
Kai Vogelgesang 2022-10-11 22:47:44 +02:00
parent 0b5111dfea
commit d5b0a772dd
2 changed files with 21 additions and 3 deletions

View File

@ -72,7 +72,7 @@ input[type="radio"]+label {
} }
input[type="radio"]+label:hover { input[type="radio"]+label:hover {
text-shadow: 0 0 2em white; text-shadow: 0 0 1em white;
} }
input[type="radio"]+label:last-of-type { input[type="radio"]+label:last-of-type {
@ -80,6 +80,19 @@ input[type="radio"]+label:last-of-type {
} }
input[type="radio"]:checked+label { input[type="radio"]:checked+label {
color: #0f0; color: var(--selected-color);
text-shadow: 0 0 1em #0f0; text-shadow: 0 0 1em var(--selected-color);
text-decoration: underline;
}
#coming-yes+label {
--selected-color: #0f0;
}
#coming-maybe+label {
--selected-color: #fc0;
}
#coming-no+label {
--selected-color: #f00;
} }

View File

@ -94,6 +94,11 @@ export const PartyPage: React.FC = () => {
<p> <p>
<FontAwesomeIcon icon={faLocationDot} /> <strong>Mainzer Str. 28</strong>, 66111 Saarbrücken <FontAwesomeIcon icon={faLocationDot} /> <strong>Mainzer Str. 28</strong>, 66111 Saarbrücken
</p> </p>
<p>
Ja, der 30. ist ein Sonntag.
Am 1. 11. ist aber Allerheiligen, also bietet es sich an am 31. nen Brückentag zu machen.
So hat man dann auch genug Zeit um nach den 25+ Stunden ordentlich auszuschlafen.
</p>
<h2>Alter ernsthaft 25 Stunden?</h2> <h2>Alter ernsthaft 25 Stunden?</h2>
<p> <p>
Prinzipiell ja. Prinzipiell ja.