Dark theme
cronometer by zc2
Details
Authorzc2
LicenseNo License
Categorycronometer.com
Created
Updated
Size1.5 kB
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("") {
.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: #111!important;
color: #FFF!important;
}
.crono-table tbody tr:nth-of-type(2n+1), .bg-snow-white,
.calendar-date-td, .datePickerDays_ {
background-color: #000!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;
}
.sidebar-date-picker, .nutrient-target, .table-header, .table-header *, .admin-nutrition-label, table.crono-table tr.select, div.popup-menu,
.datePickerDayIsValue {
background-color: #DDD!important;
color: #222!important;
}
.datePickerWeekendLabel, .datePickerDayIsWeekend {
color: #A00!important;
}
div.source-label-custom {
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;
}
}