This commit is contained in:
Max Meyers 2016-11-30 02:05:36 -05:00
parent 5fe859613b
commit 7bfaf12c3f

View File

@ -12,6 +12,7 @@ input{
margin:auto;
width: 20px;
font-size: 12px;
color: #d3d3d3;
font-family: 'Orbitron', sans-serif;
background-color: transparent;
border: none;
@ -28,14 +29,14 @@ input{
#todos, #todos li{
font-family: 'Orbitron', sans-serif;
font-size: 12px;
font-size: 14px;
display: block;
max-height: 25px;
}
.deleteButton{
font-family: 'Orbitron', sans-serif;
font-size: 12px;
font-size: 14px;
border: none;
color: #d3d3d3;
opacity: .8;