Merge pull request #2150 from ameer1234567890/material-theme-monospace-font

luci-theme-material: Monospace font for textarea elements
This commit is contained in:
Jo-Philipp Wich 2018-09-18 17:01:46 +02:00 committed by GitHub
commit a531d7bc06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1226,7 +1226,7 @@ td > .ifacebadge,
min-height: 14rem;
padding: 0.8rem;
font-size: 0.8rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: monospace;
color: black;
}