1 files changed, 2 insertions(+), 0 deletions(-)
M index.css
M index.css => index.css +2 -0
@@ 322,6 322,8 @@ input[type="radio"]:last-child:checked ~ .accordion > .item:last-child > label {
#mailer-gmail:checked ~ .mailer-gmail > label { background: #222222; color: white; }
#mailer-protonmail:checked ~ .mailer-protonmail > .content { display: flex; }
#mailer-protonmail:checked ~ .mailer-protonmail > label { background: #222222; color: white; }
+#mailer-fastmail:checked ~ .mailer-fastmail > .content { display: flex; }
+#mailer-fastmail:checked ~ .mailer-fastmail > label { background: #222222; color: white; }
#mailer-local:checked ~ .mailer-local > .content { display: flex; }
#mailer-local:checked ~ .mailer-local > label { background: #222222; color: white; }
#mailer-generic:checked ~ .mailer-generic > .content { display: flex; }