Skip to content

Commit 902f032

Browse files
committed
chore(css): update Windy.com Dark Mode to version 2.2 and enhance wind data visibility
1 parent 4f33704 commit 902f032

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Windy-DarkMode.user.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Windy.com - Dark Mode [Customizable]
33
@namespace typpi.online
4-
@version 2.1
4+
@version 2.2
55
@description Dark theme for Windy.com with customizable colors
66
@author Nick2bad4u
77
@license UnLicense
@@ -83,6 +83,13 @@
8383
filter: invert(1) hue-rotate(180deg) !important;
8484
}
8585

86+
.td-wind.height-wind.d-display-table td,
87+
.td-gust.height-gust.d-display-table td
88+
{
89+
color: #000000 !important;
90+
font-weight: 700;
91+
}
92+
8693
.detail .forecast-table .td-hour td,
8794
.detail .forecast-table td,
8895
.detail .legend span,

0 commit comments

Comments
 (0)