Styling changes
This commit is contained in:
parent
f241ebb750
commit
ee6689d90e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue