Skip to content

Commit

Permalink
Adjustments for Basis calendar theme
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
laryn committed May 26, 2021
1 parent 799a29c commit bac64ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/pretty_calendar.settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_config_name": "pretty_calendar.settings",
"page_title": "Calendar",
"theme": "round",
"theme": "basis",
"node_type": "",
"node_invert": "FALSE",
"field_date": "",
Expand Down
3 changes: 1 addition & 2 deletions themes/basis/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@
padding: .25rem 0 0;
text-align: center;
width: 100%;
font-weight: normal;
}
.calendar-daynames .calendar-value .third-letter {
display: none;
}
.pretty-calendar-week a {
color: #20252E;
color: #0073bd;
font-weight: bold;
}
.pretty-calendar-week a div {
Expand Down

0 comments on commit bac64ad

Please sign in to comment.