Midsomer Murders
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-17 21:06:46 +00:00
parent 1f324f5436
commit 12129babf3

View File

@@ -74,7 +74,7 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
}
#namninsamling-form input[type="submit"] {
background-color: var(--md-accent-fg-color);
background-color: var(--md-primary-fg-color);
color: white;
border: none;
cursor: pointer;
@@ -82,7 +82,7 @@ Whether you're a licensed ham or just a loyal viewer, add your name and help us
}
#namninsamling-form input[type="submit"]:hover {
background-color: var(--md-accent-fg-color--dark);
background-color: var(--md-primary-fg-color--dark);
}
</style>