Skip to content

Commit

Permalink
Make home theme: Increase font size for calendar days numbering.
Browse files Browse the repository at this point in the history
This was more appropriately reported upstream to the Meeting Calendar plugin, but no action has been taken yet: WordPress/meeting-calendar#149

Props prashantbhivsane, oglekler, akmelias, devmuhib.
Fixes #6867.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13679 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
coffee2code committed May 8, 2024
1 parent d4738ff commit b4ae7d8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,10 @@ table.schedule td:focus-within .edit {
/* Separated from the block above due to browsers that don't support :focus-within */
visibility: visible;
}

/* @see https://meta.trac.wordpress.org/ticket/6867 */
/* @see https://github.com/WordPress/meeting-calendar/pull/149 for the eventual(?) upstream fix. */
.wporg-meeting-calendar__cell strong {
font-size: 1.2em;
}

0 comments on commit b4ae7d8

Please sign in to comment.