mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
61 lines
1015 B
CSS
61 lines
1015 B
CSS
a {
|
|
color: #b98766;
|
|
text-decoration: none;
|
|
background-color: transparent
|
|
}
|
|
|
|
a:hover {
|
|
color: #fff;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
a:not([href]):not([tabindex]):focus {
|
|
outline: 0
|
|
}
|
|
|
|
/* Meal-Plan */
|
|
|
|
.cv-header {
|
|
background-color: #303030 !important;
|
|
}
|
|
|
|
.cv-weeknumber, .cv-header-day {
|
|
background-color: #303030 !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.cv-day.past {
|
|
background-color: #333333 !important;
|
|
}
|
|
|
|
.cv-day.today {
|
|
background-color: var(--primary) !important;
|
|
}
|
|
|
|
.cv-day.outsideOfMonth {
|
|
background-color: #0d0d0d !important;
|
|
}
|
|
|
|
.cv-item {
|
|
background-color: #4E4E4E !important;
|
|
}
|
|
|
|
.d01 .cv-day-number {
|
|
background-color: #b98766!important;
|
|
}
|
|
|
|
/* vueform/multiselect */
|
|
|
|
.multiselect-dropdown {
|
|
background: #212121!important;
|
|
}
|
|
|
|
.multiselect-option.is-pointed {
|
|
background: #b98766!important;
|
|
}
|