diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-09-18 17:01:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 17:01:46 +0200 |
commit | a531d7bc0613b76f2418c6ce6372e96c35c81512 (patch) | |
tree | 72fd32eb836b7e4f188a22e3fc465a0ccae4fd66 | |
parent | 2cbc3932e9dd8309560384631859199069f33e6f (diff) | |
parent | 818ce143f2cd98a78c1f2703fbdb828627eff33b (diff) |
Merge pull request #2150 from ameer1234567890/material-theme-monospace-font
luci-theme-material: Monospace font for textarea elements
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 4875c33f8..b452b8ae8 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -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; } |