Skip to content

Commit 0610dc2

Browse files
authored
Merge pull request anders94#16 from abitrolly/patch-1
Monospace font for input controls
2 parents 28f7d8e + 789b6e2 commit 0610dc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/stylesheets/blockchain.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ body > .container-fluid {
2525
margin: 20px 0;
2626
}
2727

28+
input {
29+
font-family: monospace;
30+
}
31+
2832
.well-success {
2933
background: rgb(223, 240, 216);
3034
}

0 commit comments

Comments
 (0)