Styling changes

This commit is contained in:
raul 2024-06-07 13:50:42 +02:00
parent f241ebb750
commit ee6689d90e
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@ input {
margin-bottom: 10px;
}
input:focus {
outline: 2px solid #ff6e00;
}
input::selection {
background: #ff6e00;
color: white;
}
#but {
background-color: #eee;
border: 2px black solid;