From c8ea33cf291c37bcc683b6addc744f328d85d77d Mon Sep 17 00:00:00 2001 From: edisonxiang Date: Wed, 11 Sep 2019 14:16:55 +0800 Subject: [PATCH] using uppercase --- config.toml | 2 +- themes/project/static/css/custommobile.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fd1f1f5..9b69117 100644 --- a/config.toml +++ b/config.toml @@ -96,7 +96,7 @@ paginate = 10 [[menu.main]] identifier = "docs" - name = "DOCS" + name = "Docs" url = "/en/docs/home.html" weight = 5 hasChildren = true diff --git a/themes/project/static/css/custommobile.css b/themes/project/static/css/custommobile.css index b8a13db..a89bda3 100644 --- a/themes/project/static/css/custommobile.css +++ b/themes/project/static/css/custommobile.css @@ -76,6 +76,7 @@ padding: .14rem 0; font-size: .26rem; border-bottom: 1px solid #ECECEC; + text-transform: uppercase; } header #nav p:not(:last-child) { border-bottom: 1px solid #ECECEC; @@ -484,6 +485,7 @@ padding: .14rem 0; font-size: .28rem; border-bottom: 1px solid #ECECEC; + text-transform: uppercase; } header #nav p:not(:last-child) { border-bottom: 1px solid #ECECEC; -- GitLab