Skip to content

Commit 2702e3c

Browse files
authored
Fix alerts what's new dark mode bug (#1470)
1 parent dc1f30c commit 2702e3c

File tree

14 files changed

+945
-948
lines changed

14 files changed

+945
-948
lines changed

docs/_sass/custom/custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ a[target='_blank']:hover::after {
6262
text-decoration: none;
6363
}
6464

65-
.ftk-btnlink {
65+
.ftk-btnlink,
66+
.dark-mode .ftk-btnlink {
6667
font-weight: normal;
6768

6869
&,

docs/alerts.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ Accelerate your cost optimization efforts with scheduled notifications that cont
1919

2020
Designed with flexibility in mind, FinOps alerts run on a fully configurable schedule, continuously scanning your selected subscriptions for idle resources.
2121

22-
<div id="whats-new" class="m-0 p-4" style="background-color:#edf; border:solid 1px #609;">
23-
<h3 class="m-0 mb-4">What's new in March 2025<span class="ftk-version">v0.9</span></h3>
24-
<p class="mt-2 mb-0">
22+
<div id="whats-new" class="ftk-new">
23+
<h3>What's new in March 2025<span class="ftk-version">v0.9</span></h3>
24+
<p>
2525
In March, FinOps alerts launched to boost cost optimization with automated notifications that monitor your cloud.
2626
</p>
27-
<p class="mt-2 mb-0 ftk-externallink"><a target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/changelog">See all changes</a></p>
27+
<p><a target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/changelog">See all changes</a></p>
2828
</div>
2929
<a name="features"></a>
3030

3131
## Actionable insights for smarter cloud management
3232

3333
<div class="ftk-gallery ftk-50">
34-
<div class="ftk-tile">
35-
<div>🔍 Monitor idle resources</div>
36-
<div>Identify idle resources across your environment to uncover cost savings.</div>
37-
</div>
38-
<div class="ftk-tile">
39-
<div>📧 Automated notifications</div>
40-
<div>Get notified when idle resources are detected and take control of your environment.</div>
41-
</div>
42-
<div class="ftk-tile">
43-
<div>🔔 Customize alerts</div>
44-
<div>Tune alerts to reach key stakeholders, take new actions, and more!</div>
45-
</div>
46-
<div class="ftk-tile">
47-
<div>📃 Review resource utilization</div>
48-
<div>Track resource inventory and utilization of targeted services.<br>&nbsp;</div>
49-
</div>
34+
<div class="ftk-tile">
35+
<div>🔍 Monitor idle resources</div>
36+
<div>Identify idle resources across your environment to uncover cost savings.</div>
37+
</div>
38+
<div class="ftk-tile">
39+
<div>📧 Automated notifications</div>
40+
<div>Get notified when idle resources are detected and take control of your environment.</div>
41+
</div>
42+
<div class="ftk-tile">
43+
<div>🔔 Customize alerts</div>
44+
<div>Tune alerts to reach key stakeholders, take new actions, and more!</div>
45+
</div>
46+
<div class="ftk-tile">
47+
<div>📃 Review resource utilization</div>
48+
<div>Track resource inventory and utilization of targeted services.</div>
49+
</div>
5050
</div>
5151
<a name="deploy"></a>
5252

docs/help.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Tools and resources within the FinOps toolkit are provided as-is without any exp
6464
<div>🚀 Deployment options</div>
6565
<div>
6666
<p>
67-
Have questions about how to deploy FinOps toolkit solutions?
67+
Have questions about how to deploy FinOps toolkit solutions?<br>&nbsp;
6868
</p>
6969
<p>
70-
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/help/deploy">Explore options</a>
70+
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/help/deploy">Explore options</a>
7171
</p>
7272
</div>
7373
</div>
@@ -78,7 +78,7 @@ Tools and resources within the FinOps toolkit are provided as-is without any exp
7878
Have questions about columns in reports and other experiences? Use the data dictionary.
7979
</p>
8080
<p>
81-
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/help/data-dictionary">Explore columns</a>
81+
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/help/data-dictionary">Explore columns</a>
8282
</p>
8383
</div>
8484
</div>
@@ -89,7 +89,7 @@ Tools and resources within the FinOps toolkit are provided as-is without any exp
8989
Have questions about columns or terms you see in reports and other experiences?
9090
</p>
9191
<p>
92-
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/help/terms">Explore terms</a>
92+
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/help/terms">Explore terms</a>
9393
</p>
9494
</div>
9595
</div>
@@ -122,7 +122,7 @@ Tools and resources within the FinOps toolkit are provided as-is without any exp
122122
Do you have a specific error code? Look up common errors for details and mitigation steps.
123123
</p>
124124
<p>
125-
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/help/errors.md">Review errors</a>
125+
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/help/errors.md">Review errors</a>
126126
</p>
127127
</div>
128128
</div>
@@ -133,7 +133,7 @@ Tools and resources within the FinOps toolkit are provided as-is without any exp
133133
Please walk thru the troubleshooting guide to resolve the most common configuration issues.
134134
</p>
135135
<p>
136-
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/en-us/cloud-computing/finops/toolkit/help/troubleshooting.md">Start troubleshooting</a>
136+
<a class="btn mb-4 mb-md-0 mr-4" target="_blank" href="https://learn.microsoft.com/cloud-computing/finops/toolkit/help/troubleshooting.md">Start troubleshooting</a>
137137
</p>
138138
</div>
139139
</div>

docs/optimization-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The Azure Optimization Engine (AOE) is an extensible solution designed to genera
5757
</div>
5858
<div class="ftk-tile">
5959
<div>📋 Monitor policy compliance</div>
60-
<div>Monitor Azure Policy compliance across the whole tenant.<br>&nbsp;</div>
60+
<div>Monitor Azure Policy compliance across the whole tenant.</div>
6161
</div>
6262
</div>
6363
<a name="deploy"></a>

docs/powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ The FinOps toolkit PowerShell module helps you automate and scale common Cost Ma
7777
<div class="language-powershell highlighter-rouge">
7878
<div class="highlight">
7979
<pre class="highlight"><code><span class="n">Install-Module</span><span class="w"> </span><span class="nt">-Name</span><span class="w"> </span><span class="nx">Az.Accounts</span><span class="w">
80-
</span><span class="n">Install-Module</span><span class="w"> </span><span class="nt">-Name</span><span class="w"> </span><span class="nx">Az.Resources</span><span class="w">
81-
</span><span class="n">Install-Module</span><span class="w"> </span><span class="nt">-Name</span><span class="w"> </span><span class="nx">FinOpsToolkit</span><span class="w">
82-
</span><span class="n">Connect-AzAccount</span><span class="w">
83-
</span></code></pre>
80+
</span><span class="n">Install-Module</span><span class="w"> </span><span class="nt">-Name</span><span class="w"> </span><span class="nx">Az.Resources</span><span class="w">
81+
</span><span class="n">Install-Module</span><span class="w"> </span><span class="nt">-Name</span><span class="w"> </span><span class="nx">FinOpsToolkit</span><span class="w">
82+
</span><span class="n">Connect-AzAccount</span><span class="w">
83+
</span></code></pre>
8484
</div>
8585
<button type="button" aria-label="Copy code to clipboard"><svg viewBox="0 0 24 24" class="copy-icon"><use xlink:href="#svg-copy"></use></svg></button>
8686
</div>

0 commit comments

Comments
 (0)