diff options
author | Kristian Skramstad <kristian+github@83.no> | 2023-09-06 22:16:12 +0200 |
---|---|---|
committer | Kristian Skramstad <kristian+github@83.no> | 2023-09-06 22:16:12 +0200 |
commit | 04d9820f1746ff2a2c19a0e590b80baa830ad4d7 (patch) | |
tree | 413e46cb921242f6e038212f4e2e92532a36f757 /themes/luci-theme-bootstrap | |
parent | 49cc27c670ba991938cad38b3962c2641f743249 (diff) |
luci-theme-bootstrap: better readability in System Log/Kernel Log.
Signed-off-by: Kristian Skramstad <kristian+github@83.no>
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 6b51189ff9..2ab22d18d0 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1967,6 +1967,7 @@ form.inline { display: inline; margin-bottom: 0; } width: 100%; color: var(--text-color-highest); margin-bottom: 18px; + font-family: monospace; } .cbi-section-table .tr:hover .td, |