diff --git a/docs/assets/extra.css b/docs/assets/extra.css index 7c20a6596..7d2bfed68 100644 --- a/docs/assets/extra.css +++ b/docs/assets/extra.css @@ -52,4 +52,17 @@ .mermaid { text-align: center; +} + +.curved-button { + color: rgb(66, 66, 66) !important; + border-radius: 20px; + padding: 10px 20px; + background-color: #E9ECF1; +} + + +.curved-button:hover { + background-color: #D3D9E2; + color: black !important; } \ No newline at end of file diff --git a/docs/overrides/essentials.css b/docs/overrides/essentials.css index 1b3587ba6..1c99e36cf 100644 --- a/docs/overrides/essentials.css +++ b/docs/overrides/essentials.css @@ -354,7 +354,7 @@ body { font-weight: 300; font-size: 0.8rem; line-height: 1.5rem; - width: 85%; + width: 100%; margin-bottom: 1rem; list-style: none; } diff --git a/docs/overrides/essentials.html b/docs/overrides/essentials.html index 94f2005f8..10e42d7e9 100644 --- a/docs/overrides/essentials.html +++ b/docs/overrides/essentials.html @@ -189,6 +189,18 @@

Queries

  • Overview
  • +
  • + Getting Started +
  • +
  • + Exercise: Exploring the Taskpane +
  • +
  • + Exercise: Exploring the Functions +
  • +
  • + Exercise: Creating a Simple Dashboard with Live Data +

  • @@ -217,8 +229,7 @@

    Skills you'll gain in this course

    - -