Skip to content

Commit

Permalink
fix: Add two commas. No more. No less.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Dec 8, 2020
1 parent ef0ae69 commit 28d47d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/styles/twodsix.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ p span, p {
font-family: inherit !important;
}

input[type='text'], input[type='number'] input[type='password'], input[type='datetime-local'], div[contenteditable], textarea {
input[type='text'], input[type='number'], input[type='password'], input[type='datetime-local'], div[contenteditable], textarea {
background: #00000073 !important;
color: #00e5ff !important;
font-family: inherit;
Expand Down Expand Up @@ -54,7 +54,7 @@ select {
border-radius: 0px !important;
}

input[type='text']:focus, input[type='number'] input[type='password']:focus, input[type='datetime-local']:focus, textarea:focus, input:focus, div[contenteditable]:focus, select:focus {
input[type='text']:focus, input[type='number'], input[type='password']:focus, input[type='datetime-local']:focus, textarea:focus, input:focus, div[contenteditable]:focus, select:focus {
outline: none;
box-shadow: 0 0 10px #207ab7;
background: #000000a6;
Expand Down

0 comments on commit 28d47d6

Please sign in to comment.