From 2abc71a79876486878f4dc0c9bbbbe6ec14d46bf Mon Sep 17 00:00:00 2001 From: Brandon Wang Date: Thu, 8 Sep 2022 21:11:33 -0400 Subject: [PATCH] Increased text-muted darkness to constrast the white background --- docs-web/src/main/webapp/src/index.html | 4 ++-- docs-web/src/main/webapp/src/style/bootstrap.css | 4 ++-- docs-web/src/main/webapp/src/style/main.less | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-web/src/main/webapp/src/index.html b/docs-web/src/main/webapp/src/index.html index cc9108dd..e616cfb0 100644 --- a/docs-web/src/main/webapp/src/index.html +++ b/docs-web/src/main/webapp/src/index.html @@ -127,9 +127,9 @@ - teedy + teedy - {{ appName }} + {{ appName }} diff --git a/docs-web/src/main/webapp/src/style/bootstrap.css b/docs-web/src/main/webapp/src/style/bootstrap.css index f53b4a57..4942669c 100644 --- a/docs-web/src/main/webapp/src/style/bootstrap.css +++ b/docs-web/src/main/webapp/src/style/bootstrap.css @@ -526,7 +526,7 @@ mark, text-transform: capitalize; } .text-muted { - color: #777; + color: #333; } .text-primary { color: #337ab7; @@ -3897,7 +3897,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { - color: #777; + color: #333; cursor: not-allowed; background-color: #fff; border-color: #ddd; diff --git a/docs-web/src/main/webapp/src/style/main.less b/docs-web/src/main/webapp/src/style/main.less index 46c696cf..0b197905 100644 --- a/docs-web/src/main/webapp/src/style/main.less +++ b/docs-web/src/main/webapp/src/style/main.less @@ -461,7 +461,7 @@ input[readonly].share-link { right: 0; top: 200px; transform: rotate(-90deg) translateY(-100%); - background: #ccc; + background: #555; padding: 8px; color: #fff; font-weight: bold;