main #12

Merged
crunk merged 49 commits from Toolsheds/distribusi-verse:main into main 2024-07-03 13:48:57 +02:00
Showing only changes of commit dd228c6c73 - Show all commits

View File

@ -49,7 +49,7 @@ div#buttons .distribusi input{
margin: 0.2em;
}
div#buttons .distribusi input:hover{
background: #ffbf00;
background: #091411;
color: #6df2cc;
}
fieldset.required {
@ -80,7 +80,7 @@ input {
}
input:hover {
background: #ffbf00;
background: #091411;
color: #6df2cc;
cursor: pointer;
}