Dark Mode for Garmin Connect
Dark Mode Garmin Connect by CallMeAreks
Details
AuthorCallMeAreks
LicenseNo License
Categorygarmin
Created
Updated
Size603 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Garmin Connect Dark Mode v1
@version 1.0
@namespace userstyles.world/user/callmeareks
@description Garmin Connect Dark Dashboard
@author CallMeAreks
@license CC Zero
==/UserStyle== */
@-moz-document domain("connect.garmin.com") {
.connect-container {
filter: invert(1) hue-rotate(180deg);
}
.main-nav, .leaflet-zoom-animated, html img, .modal-backdrop, .modal {
filter: invert(1) hue-rotate(180deg);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-weight: 600;
}
}