summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-09-18 17:01:46 +0200
committerGitHub <noreply@github.com>2018-09-18 17:01:46 +0200
commita531d7bc0613b76f2418c6ce6372e96c35c81512 (patch)
tree72fd32eb836b7e4f188a22e3fc465a0ccae4fd66
parent2cbc3932e9dd8309560384631859199069f33e6f (diff)
parent818ce143f2cd98a78c1f2703fbdb828627eff33b (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.css2
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;
}