Skip to content

Garmin Badges | Dark Mode by thethomaswgeorge

Screenshot of Garmin Badges | Dark Mode

Details

Authorthethomaswgeorge

LicenseNo License

CategoryGarmin

Created

Updated

Size785 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for Garmin Badges homepage

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Garmin Badges | Dark Mode
@version      20220607.21.07
@namespace    userstyles.world/user/thethomaswgeorge
@description  Dark Mode for Garmin Badges homepage
@author       thethomaswgeorge
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://garminbadges.com") {
.container,
body, .modal-content {
    background-color: #222;
    color: #fff;
}

.navbar,
.navbar .container,
.navbar .container a,
.navbar .container button span {
    background-color: #111 !important;
    color: #fff !important;
    fill: #fff !important;
}

h3, label {
    color: #fff;
}

.item {
    padding: 15px;
    color: #fff;
}

.badgeIcon {
    height: 125px;
    cursor: pointer;
}

.badgeName {
    color: #dedede;
}

th, td {
    color: #fff;
}
}

Reviews

No reviews yet.