Make WordPress Core

Timestamp:
06/21/2023 07:56:06 AM (13 months ago)
Author:
audrasjb
Message:

Twenty Nineteen: Always set background color and foreground color together.

On the <body> element, as a best practice background color and text color should always be set together. This makes it easier to quickly understand the
underlying color scheme.

Props allancole, joyously, samful, sabernhardt, oglekler, ronakganatra, tb1909, ugyensupport.
Fixes #45916.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r55476 r55960  
    22202220  -webkit-font-smoothing: antialiased;
    22212221  -moz-osx-font-smoothing: grayscale;
    2222   color: #111;
    22232222  font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
    22242223  font-weight: 400;
     
    24962495body {
    24972496  background-color: #fff;
     2497
    24982498}
    24992499
Note: See TracChangeset for help on using the changeset viewer.