Midsomer Murders
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-17 21:06:46 +00:00
parent 1f324f5436
commit 12129babf3
1 changed files with 2 additions and 2 deletions

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>