Fixes wrong active button color and use primary color
All checks were successful
deployment-on-pull-request / deployment (pull_request) Successful in 48s

This commit is contained in:
snoopy 2024-05-01 00:04:37 +02:00
parent 299a2f5914
commit a6e363220a
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ h1, h1 a {
background-color: #9f6;
}
.btn.grn:hover ,.btn.primary:focus {
.btn.grn:hover ,.btn.grn:focus {
background-color: #3f0;
}

View file

@ -50,6 +50,6 @@
</form>
<button id="delete" class="btn red" autocomplete="off">Delete</button>
<button id="save" class="btn green" autocomplete="off">Save</button>
<button id="save" class="btn primary" autocomplete="off">Save</button>
</body>
</html>