Skip to content

Commit

Permalink
moz-focus-innerの記述以降が読み込まれなくなっていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
uta8a committed Oct 27, 2024
1 parent c43ec3a commit a109c14
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions styles/pages/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@
font-style: italic;
}

& h1 {
margin: 0.67em 0;
font-weight: 600;
padding-bottom: 0.2em;
font-size: var(--text-title-size);
}

& mark {
background-color: var(--color-attention-subtle);
color: var(--color-text-primary);
Expand Down Expand Up @@ -175,13 +168,6 @@
line-height: inherit;
}

& [type="button"]::-moz-focus-inner,
& [type="reset"]::-moz-focus-inner,
& [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

& [type="checkbox"],
& [type="radio"] {
box-sizing: border-box;
Expand Down Expand Up @@ -272,6 +258,13 @@
line-height: 1.25;
}

& h1 {
margin: 0.67em 0;
font-weight: 600;
padding-bottom: 0.2em;
font-size: var(--text-title-size);
}

& h2 {
font-weight: 400;
font-size: var(--text-title-size);
Expand Down

0 comments on commit a109c14

Please sign in to comment.