Skip to content

Dark Mode Garmin Connect by CallMeAreks

Screenshot of Dark Mode Garmin Connect

Details

AuthorCallMeAreks

LicenseNo License

Categorygarmin

Created

Updated

Size603 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Garmin Connect

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;
    }
}

Reviews

No reviews yet.