Change button names #2

Merged
snoopy merged 3 commits from change-color-of-buttons into main 2024-05-01 00:18:24 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit a6e363220a - Show all commits

View file

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

View file

@ -50,6 +50,6 @@
</form> </form>
<button id="delete" class="btn red" autocomplete="off">Delete</button> <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> </body>
</html> </html>