Dark theme
cronometer by zc2com

Details
Authorzc2com
LicenseNo License
Categorycronometer.com
Created
Updated
Code size1.9 kB
Code checksum2676191
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cronometer
@version 20240115.19.10
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://cronometer.com") {
html, body, .bg-light, .container-raised-no-padding, .container-raised, .navbar, .crono-table,.even-row,
.title, .pretty-dialog, .dashboard-card, .dashboard-card *, .braze-card, .bg-white, .card-crono-orange,
.datePickerMonthSelector, .datePickerWeekendLabel, .datePickerWeekdayLabel, .datePickerDayIsFiller,
.ab-feed {
background-color: #333!important;
color: #FFF!important;
}
.crono-table tbody tr:nth-of-type(2n+1), .bg-snow-white,
.calendar-date-td, .datePickerDays_ {
background-color: #222!important;
color: #FFF!important;
}
tr.highlight, table.crono-table tr:hover, .bg-white:hover, .bg-snow-white:hover, .search-options-container, .gold-gate,
input, select, textarea, .dropdown-btn, .day-has-data, .search-container {
background-color: #333!important;
color: #FFF!important;
}
.diary-group-row {
background-color: #222!important;
color: #FFF!important;
}
.sidebar-date-picker, .table-header, .table-header *, .admin-nutrition-label, table.crono-table tr.select, div.popup-menu,
.datePickerDayIsValue, div.pretty-row:hover {
background-color: #EEE!important;
color: #222!important;
}
.datePickerWeekendLabel, .datePickerDayIsWeekend, div.target-bar-container span.target-bar-over {
color: #D00!important;
}
div.source-label-custom, .jungle-green, .help-link-button, .btn-borderless-jungle-green, .diary-date-previous, .diary-date-next, .food-search-selected-tab
a, a#navbarDropdown, div.diary-date-btn-container:hover {
color: #64a6a6!important;
}
.container-raised:has(a.no-decoration>img.gwt-Image), .container-raised:has(img[src*='/logos/']) {
background-color: #FFF!important;
color: #222!important;
}
.bg-blue-1, .water-slider-container {
background-color: #006!important;
}
}