„threadr/style.css“ ändern

master
Jakob 2020-02-24 22:56:09 +01:00
parent df06eff972
commit 8247eddcf9
1 changed files with 4 additions and 1 deletions

View File

@ -91,7 +91,6 @@ input[type=submit]:hover {
button {
font-family: monospace;
width: 100%;
background-color: #001858;
color: white;
padding: 14px 20px;
@ -101,6 +100,10 @@ button {
cursor: pointer;
}
button.full {
width: 100%;
}
button:hover {
background-color: #8bd3dd;
}