Making WordPress.org

Changeset 13679


Ignore:
Timestamp:
05/08/2024 11:19:16 PM (10 months ago)
Author:
coffee2code
Message:

Make home theme: Increase font size for calendar days numbering.

This was more appropriately reported upstream to the Meeting Calendar plugin, but no action has been taken yet: https://github.com/WordPress/meeting-calendar/pull/149

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css

    r13630 r13679  
    403403    visibility: visible;
    404404}
     405
     406/* @see https://meta.trac.wordpress.org/ticket/6867 */
     407/* @see https://github.com/WordPress/meeting-calendar/pull/149 for the eventual(?) upstream fix. */
     408.wporg-meeting-calendar__cell strong {
     409    font-size: 1.2em;
     410}
     411
Note: See TracChangeset for help on using the changeset viewer.