Update Sparkle to 1.27.1 for Apple Silicon support.
[macgdbp.git] / Sparkle.framework / Versions / A / Resources / ReleaseNotesColorStyle.css
1 @media (prefers-color-scheme: dark) {
2 html {
3 color: white;
4 background: transparent;
5 }
6 :link {
7 color: #419CFF;
8 }
9 :link:active {
10 color: #FF1919;
11 }
12 }