Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmorley committed Jan 13, 2025
1 parent eb61742 commit 40f7be7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions source/css/rainmeter.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,18 @@ blockquote {
.alert-box1 {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
color:#986500;
padding:.75rem 1.25rem;
margin-bottom:1rem;
border:1px solid transparent;
border-radius:.25rem;
background-color:#fff3cd;
}

.alert-box1 h2{
color:#986500;
}

.alert-box2 {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 15px;
Expand All @@ -125,6 +130,10 @@ blockquote {
background-color:#d1ecf1;
}

.alert-box2 h2{
color:#46767e;
}

/* Navbar */

.navbar {
Expand Down
6 changes: 3 additions & 3 deletions source/manual/measures/wifistatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
---
<p><code>Measure=WiFiStatus</code> can be used to display various attributes of visible wireless networks in your area.</p>

<div class="alert alert-box1" style="color:#986500;">
<h2 id="LocationSetting" style="color:#986500;">&#x26A0; A Note for Windows 11 Starting with 24H2</h2>
<div class="alert-box1">
<h2 id="LocationSetting">&#x26A0; A Note for Windows 11 Starting with 24H2</h2>
<p>Windows 11 has a new setting that must be toggled <b>ON</b> for WiFiStatus to be able to return any values.<br>
It is <b>Let desktop apps access your location</b> in Settings / Privacy & security / Location<br><br>
<em>This setting will cause a Location icon to appear in the Notification Area of the taskbar.</em></p>
</div>

<div class="alert alert-box2">
<div class="alert-box2">
<h2 id="NotAPlugin">Note: WiFiStatus was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
Expand Down

0 comments on commit 40f7be7

Please sign in to comment.