Skip to content

Dark PocketSmith Calendar by acdr

Details

Authoracdr

LicenseNo License

Categorypocketsmith

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark PocketSmith Calendar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           my.pocketsmith.com
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
.balance:not(.negative) {
    color: #fff !important;
}

body,
body > .content::after {
    background-color: #000 !important;
}

.page-header.calendars,
.sidebar,
.sidebar header,
.modal-pane {
    background-color: #000 !important;
    color: #fff !important;
}
.fc .fc-bg .fc-day {
    background-color: #222 !important;
    border-color: #000 !important;
}

.fc .fc-day.fc-past,
.fc .fc-day.fc-other-month {
    background-color: #111 !important;
}

.fc .fc-day.fc-past .fc-event,
.fc .fc-day.fc-other-month .fc-event {
    opacity: 0.5 !important;
}


.fc .fc-event {
    margin: 1px 4px !important;
    background-color: #444 !important;
}

.sidebar ul li > * {
    color: #fff !important;
}

.modal-pane:not(.mini) .modal-section:nth-of-type(even) {
    background-color: #111 !important;
}

.sidebar hr,
.sidebar ul li:hover > *, .sidebar ul li.active > * {
    background-color: #222 !important;
}

.sidebar ul li .sidebar_circle {
    background-color: #444 !important;
}

.budget-form.modal-pane .modal-footer,
.sidebar {
    border-color: #222 !important;
}

Reviews

No reviews yet.