From 415de01b4fb205c3ce2ac00ab766bfe4c54554cb Mon Sep 17 00:00:00 2001 From: jordan-violet-sp Date: Fri, 2 Sep 2022 14:50:18 -0400 Subject: [PATCH] updated footer text --- docusaurus.config.js | 6 +++--- src/css/custom.css | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b61ce2c35..52530d9a2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -143,7 +143,7 @@ const config = { }, { label: "Get Certified", - to: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/" + href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/" } ] }, @@ -156,7 +156,7 @@ const config = { }, { label: "Get Certified", - to: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/" + href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/" } ] }, @@ -173,7 +173,7 @@ const config = { }, { label: "Contact Our Team", - to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relationsd" + to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relations" } ] }, diff --git a/src/css/custom.css b/src/css/custom.css index 835b9e402..e3f777630 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -163,5 +163,10 @@ html[data-theme="dark"] .header-github-link:before { .footer__link-item { line-height: 2.5; font-size: 15px; - font-weight: 500; + font-weight: 300; +} + +.footer__copyright { + font-size: 10px; + font-weight: 300; } \ No newline at end of file