Skip to content

Commit 3011d23

Browse files
committed
Add margins to headings and add target _blank for resource URLs
1 parent a5fbad1 commit 3011d23

File tree

2 files changed

+6
-2
lines changed
  • plugin/assets

2 files changed

+6
-2
lines changed

plugin/assets/css/src/settings/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
margin-top: 0;
4747
}
4848

49+
& h2 {
50+
margin-top: 32px;
51+
}
52+
4953
& p {
5054
font-size: 16px;
5155
margin: 0;

plugin/assets/src/settings/components/integrations/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ const Integrations = () => {
5050
'Integrate %s and %s to get the most out of the Material Theme.',
5151
'material-design'
5252
),
53-
`<a href="https://fonts.google.com/">${ __(
53+
`<a href="https://fonts.google.com/" target="_blank" rel="noopener noreferrer">${ __(
5454
'Google Fonts',
5555
'material-design'
5656
) }</a>`,
57-
`<a href="https://material.io/resources/icons/?style=baseline">${ __(
57+
`<a href="https://material.io/resources/icons/?style=baseline" target="_blank" rel="noopener noreferrer">${ __(
5858
'Material icons',
5959
'material-design'
6060
) }</a>`

0 commit comments

Comments
 (0)