Skip to content

Dark TeslaMate by matze19999

Screenshot of Dark TeslaMate

Details

Authormatze19999

LicenseNo License

Categoryteslamate

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for TeslaMate

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark TeslaMate
@version      20211214.13.51
@namespace    userstyles.world/user/matze19999
@description  Dark Mode for TeslaMate
@author       matze19999
@license      No License
==/UserStyle== */

@-moz-document domain("tesla.matze19999.de") {
body {
    background-color: #2d3236;
}

.title {
    color: white;
}

body {
    color: white;
}

.label {
    color: white;
}

.breadcrumb a {
    color: white;
}

.title.is-5 {
    color: black;
}

.car .card-content {
    color: white;
    background-color: #363636;
}

.title:not(.is-spaced)+.subtitle {
    color: white;
}

.title.is-5 {
    color: white;
}

.card {
    background-color: #363636;
}

.car .card-content .table th:first-of-type {
    background-color: #363636;
}

.car .content table td, .car .content table th {
    background-color: #363636;
    color: white;
}

.breadcrumb li {
    color: white;
}

.table.is-narrow td, .table.is-narrow th {
    background-color: #2d3236;
    color: white;
}
}

Reviews

No reviews yet.