Styling changes
This commit is contained in:
parent
f241ebb750
commit
ee6689d90e
|
@ -6,6 +6,15 @@ input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
outline: 2px solid #ff6e00;
|
||||||
|
}
|
||||||
|
|
||||||
|
input::selection {
|
||||||
|
background: #ff6e00;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
#but {
|
#but {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: 2px black solid;
|
border: 2px black solid;
|
||||||
|
|
Loading…
Reference in New Issue