diff options
author | Unknwon <u@gogs.io> | 2017-11-16 19:03:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-16 19:03:46 -0500 |
commit | e1e76d3f8823606ae48635e19d4e58cc3bdf163f (patch) | |
tree | 8bfacd0ca21f938ba7b596b34d89de7b24577a4c /public/less | |
parent | 221aa8968a4446274bc6072876d87c4a4226abc7 (diff) |
admin/config: add UI for [http] section (#3987)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_admin.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index 86714b42..33928936 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -65,6 +65,9 @@ background-color: #f7f7f7; padding: 5px; } + code { + color: #db2828; + } .log-config { table tbody tr td { &:first-child { |