Skip to content

FLEX360 HARVEST Dark Theme by clwilliams8

Details

Authorclwilliams8

LicenseNo License

Categoryharvestapp.com

Created

Updated

Size904 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

2021 dark theme on the main time tracker page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FLEX360 HARVEST Dark Theme
@version      20220131.16.25
@namespace    userstyles.world/user/clwilliams8
@description  2021 dark theme on the main time tracker page
@author       clwilliams8
@license      No License
==/UserStyle== */

@-moz-document domain("harvestapp.com") {
#view {
    background: #1D1D1D;
    color: white !important;
}
.project {
    color: white;
}
.entry-time {
    color: white !important;
}
.day-view-total span {
    color: white;
}
button.button-new-time-entry.js-new-time-entry.test-new-time-entry {
    background: #1D1D1D;
    color: white !important;
}
.client {
    color: #626262;
}
/* if timer is runner */
.is-running .project {
    color: black;
}
.is-running .entry-time {
    color: black !important;
}
.is-running .day-view-total span {
    color: black;
}
.is-running .client {
    color: black;
}
.is-running {
    color: black;
}
}

Reviews

No reviews yet.