Centered text, background header, brown theme
Indify Calendar Widget - beige tweaks by kevinvdwetering
Details
Authorkevinvdwetering
LicenseMIT
Categoryindify?
Created
Updated
Code size1.2 kB
Code checksum2e4c6be9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name indify.co/widgets/live/calendar/rpF3qWBMnsVagDhceh3L - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://indify.co/widgets/live/calendar/rpF3qWBMnsVagDhceh3L") {
.body {
border-radius:0.5rem;
}
/* header */
.rbc-toolbar {
background-color: #4e342e;
border-radius: 0.5rem;
margin-bottom: 0px;
padding-bottom: 10px;
}
.rbc-header {
color: #fff!important;
border-color: #4e342e!important;
}
.rbc-toolbar-label {
color: #fff!important;
}
.Calendar_rbcToolbarBlock__1idos {
color: #fff!important;
}
.rbc-month-header {
background-color: #4e342e;
border: none;
}
.arrowButton {
color:#fff!important;
}
.rbc-btn-group button {
color:#fff!important;
}
/* today */
.rbc-today {
background-color: rgba(0, 0, 0, 0)
}
/* center dates */
.rbc-date-cell {
text-align: center;
}
}